What is the relation between class and object in c++ ?

Showing Answers 1 - 15 of 15 Answers

karthick

  • Sep 8th, 2011
 

objects resides within classes

  Was this answer useful?  Yes

meghna

  • Sep 12th, 2011
 

object is the real instance of class..

  Was this answer useful?  Yes

kaviraj

  • Sep 30th, 2011
 

Class is a collection of objects shared a common name ,an object is a runtime entity of a class,using the object we can access class members and functions easily.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions