MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / Display

Method Display

Lab_11/Source.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 cout << "Object is being Deleted" << endl;
90 }
91 void Display()
92 {
93 cout << "Name: " << name << endl
94 << "Number: " << number << endl
95 << "Balance: " << balance << endl;
96 }
97
98private:
99 string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected