What are OBJECT in C++ ?
OBJECT in C++
Objects are autonomous entities of the class; they are instances of the class and belong to class. Traditionally, code and
data have been kept apart but in o-o (object-oriented) programming, code and data are meregd into a single indivisible
thing and object. Thus methods are normally invoked using objects.
Objects are autonomous entities of the class; they are instances of the class and belong to class. Traditionally, code and
data have been kept apart but in o-o (object-oriented) programming, code and data are meregd into a single indivisible
thing and object. Thus methods are normally invoked using objects.
Nice
ReplyDelete