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.

Comments

Post a Comment

Popular posts from this blog

Program to find Addition of "n" numbers useing for loop

How to make a snake game using notepad using html [ with pictures ]

How to make" web html page " just using notepad [ with pictures ]