505
Page views
0
Files
0
Videos
0
R.Links

Icon
Syllabus

UNIT
1
using class, defining member functions inside, outside the class).

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
(using nesting of member function & using control structures).

3) Program to calculate Economic Order Quantity (using nesting of member function). 4) Program to print the Employees' payroll statement (using control structures).

UNIT
3
(using nested class & friend function in two classes).

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
4
(using array of objects & using inheritance).

7) Program to print the book list of library (using array of objects). 8) Program to prepare cost sheet (using inheritance).

UNIT
5
(using multilevel inheritance, constructor and destructor).

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:

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

Text Book:

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

 

Print    Download