What is an Object?

Object is an instance of the class to which memory space is allocated. In C++, problem to be solved is divided into objects which help in solving it in a better way than C language. Data and functions of a class are accessed using objects. We can create any number of objects of a class. Eg: Car, Scooter, Bicycle etc are objects of class Vehicle.

More Questions

Leave a Reply

Word Verfication * Time limit is exhausted. Please reload CAPTCHA.