Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi, I'm posting this question for the third time, and all that I need is A TRUE ANSWER, so please I need this question in

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed Hi, I'm posting this question for the third time, and all that I need is "A TRUE ANSWER", so please I need this question in C++ Language Here you can find the object of the lab There are many students that solved this lab and I think that there isn't any problem in the question. Unfortunately, I don't have more info, hope this helps

Lab Objectives. - Practice using polymorphism. - Using virtual and pure virtual function. The fnllowing diagram illctrates the rlasces von will imnlement in this lah and their Account Class Implement Class Account as described in the UML diagram above. JD Class Implement Class JD as described in the UML diagram above. Notice that: 1-GetTotal function will multiply the JD_Amount by the interest_rate as the equation (JD_Amount * (1.0 +Interest_rate) ) 2- Parameterized constructor that receives all data members including data members in the base class. 3- in print you have to print all details of object. 4- override the destructor. Dollar class Implement Class Dollar as described in the UML diagram above. Notice that: 1-GetTotal function will devide the dollar_Amount by the exchange_rate to convert it to JD as the equation (dollar_Amount / Exchange_rate) 2- Parameterized constructor that receives all data members including data members in the base class. 3- in print you must print all details of object. 4- override the destructor. Driver Implement a driver program to test your code. 1- Create two objects, one of type JD and another of type Dollar including the information of account (enter any values). 2- Create array of pointers of type Account of size 2. The first pointer points to the first object and the second pointer points to the second object. 3- Print all of the information of each object using the print function using loop 4- Define a function that recives the an array of Accounts and the size that calculate the total of the two objects using the getTotal for each object and loop then print the final result. 5- Call the function defined in the previous point

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

International Baccalaureate Computer Science HL And SL Option A Databases Part I Basic Concepts

Authors: H Sarah Shakibi PhD

1st Edition

1542457084, 978-1542457088

Students also viewed these Databases questions