Posts Tagged ‘Class’

What is class ?

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.

Continue reading...

Tagged with: [ , ]