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

Method ~Account

Lab_11/Source.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 balance = 12345;
86 }
87 ~Account()
88 {
89 cout << "Object is being Deleted" << endl;
90 }
91 void Display()
92 {
93 cout << "Name: " << name << endl

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected