:. Links
-Home
-History of C++
-Data Types in C++
-Arrays
-Basics
-Classes & Objects
-Files
-Inheritance
-Strings
-Structures
-Operator Overloading

:. Xtraas

-Programming Links
-Sign Guestbook


:: Classes and Objects ::

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.

  1. Program to create an array of objects,
  2. Program to create a marksheet,
  3. Program to show the use of objects as arguements,
  4. A program to manage the different types of employess in an organisation using inheritence,
  5. Program to demonstrate static data members using classes,
  6. Program to demonstrate multilevel inheritence.

     

© 2006 Austinium Webworx