Showing posts with label Programing technique. Show all posts
Showing posts with label Programing technique. Show all posts

Sunday, December 15, 2013

Do You Know: What Is an Object?

An object is merely a collection of related information and functionality. An object can be something that has a corresponding real-world manifestation (such as an employee is an object), something that has some virtual meaning (such as a window on the screen), or just some convenient abstraction within a program (a list of work to be done, for example). In C++ or JAVA language to have a clear concept on object is most important. Let's discuss the details.
An object is composed of the data that describes the object and the operations