| CLASSES IN C++ A house is to a blueprint as an object is to a class.
|
|
object: An object is a variable whose type is a class. An object has the fields and can call the methods of its class. An object is sometimes called an instance of its class.
|