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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started