What is class ?
Posted by Gopal on 15 February, 2009
No comments yet
This item was filled under [ Interview Questions ]
Class is user defined type, which can have members and member functions. and Class is a schema of objects. each and every objects will reflect the same structure of this class. while creating objects for class some memory allocated for storing values of members and do the functionality of member functions.