Question: Either know this is just a homework assignment please if you dont know the answer or if you dont check that its right please dont
Either know this is just a homework assignment please if you dont know the answer or if you dont check that its right please dont work on this serious answers only please and thank you and no java only visual studio c++ please.
Q1 : Classes and Objects 1. Create a class definition for an object called Account. Add a constructor and destructor to it. 2. Add 2 internal data member of char or string type which should be named firstName and lastName. 3. Then add two methods debitFrom which takes a double as a call parameter and creditTo which also takes a double data type. 4. Add an internal to the Account class called currentBalance of type double. 5. Instantiate an object of type Account with a starting balance of $100.00 belonging to a customer by the name of John Smith 6. Show how you would create const members functions in this class what is the benefit of such member functions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
