A Class is a way of bundling data and functions that are used to modify that data together.
Below are a few programs that demostrate the application of classes,most of the programs in the site are class based so i have tried to show the basic programs here.
- Program to create an array of objects,
- Program to create a marksheet,
- Program to show the use of objects as arguements,
- A program to manage the different types of employess in an organisation using inheritence,
- Program to demonstrate static data members using classes,
- Program to demonstrate multilevel inheritence.
|