logo Use CA10RAM to get 10%* Discount.
Order Nowlogo
(5/5)

Create a class called FileReader. In addition to the usual constructor and destructor create 2 member functions on the class

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS
Solved CSC 252 Week 3 HW

Provide code and full projects neatly and in proper form and in the correct header
and cpp files. Code must compile, link and run for any credit.

File and Stream I/O – Chapter 13
1. Create a class called FileReader. In addition to the usual constructor and
destructor create 2 member functions on the class.
a. The first member function called writeData should create a file called
data.txt on your drive if it does not exist and write 100 random integers to
it. If the file exists the program should append 100 additional random
integers to the file. The integers may be separated by a space, comma or a
carriage return in the file.
b. The second member function called readData should open the file that you
created in (a) above and read in all the integers and print them to the
screen sorted.

Operator Overloading – Chapter 14
1. Design a class Complex for representing complex numbers and the write
overloaded operators for adding, subtracting, multiplying and dividing 2 complex
numbers. Also create a function that will print a complex number on the screen.
Provide appropriate constructors and destructor.
Over load the operators + (add), - (minus), * (multiply), = , != (comparison), and
provide the operators << and >> to printout and read in respectively. See section
14.9 of Liang C++ textbook for help with some operators.

Inheritance and Polymorphism – Chapter 15
1. Create a class definition for an object called Account. Add a constructor and
destructor to it.
2. Create a class CheckingAccount and make it a child class of Account.
3. Create a second class named Savings account and also make this class a derived
class of Account.
4. Create private data members on the derived classes to represent balance and
overdraft limits.
5. Implement the following class methods on classes that you think are the
appropriate ones.
a. getBalance
b. getAnnualInterestRate
c. withdraw
d. deposit
6. Write a main function that instantiates a checking and savings account, and then
deposit $100 into each account and set an overdraft limit on the Checking account
of $50.
(5/5)
Attachments:

Expert's Answer

724 Times Downloaded

Related Questions

. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C

DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma

. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an

Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t

. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual

Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th

. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

724 Times Downloaded

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Atharva PatilComputer science

624 Answers

Hire Me
expert
Chrisantus MakokhaComputer science

924 Answers

Hire Me
expert
AyooluwaEducation

803 Answers

Hire Me
expert
RIZWANAMathematics

540 Answers

Hire Me

Get Free Quote!

344 Experts Online