460
Page views
1
Files
0
Videos
0
R.Links

Icon
Syllabus

UNIT
1
Calculating Depreciation using various methods

1. Program to calculate depreciation under Straight Line method and Diminishing Balance method (using class, defining member functions outside the class). 2. Program to calculate depreciation under Diminishing Balance method ( Using class, defining member function inside the class)

UNIT
2
Economic Order Quantity

3.Program to calculate Economic Order Quantity (using nesting of member function)

UNIT
3
Employee Payroll

4. Program to print the Employees' payroll statement (using control structures)

UNIT
4
Simple interest

5. Program to calculate simple Interest and compound Interest (using nested class). 6. Program to calculate net income of a family (using friend function in two classes).

UNIT
5
Book list of library, Cost sheet

7. Program to print the book list of library (using array of objects). 8. Program to prepare cost sheet (using inheritance). 9. Program to calculate margin of safety (using multilevel inheritance). 10. Program for bank transaction (using constructor and destructor). 11. Program to calculate increase or decrease in working capital using operator overloading. 12. Program to create the student file and prepare the marks slip by access in the file.

Reference Book:

D.Ravichandran, “Programming with C++”, Tata McGraw-Hill Publishing Company Limited, New Delhi.

Text Book:

E. Balagurusamy, “Object Oriented Programming with C++”, Tata McGraw-Hill Publishing Company Limited, New Delhi.

 

Print    Download