Describe and illustrate the characteristics of an object ?
Following are the imp[ortant characteristics of an object in c++:
- Each bject has an individual identity.
- Each object is attributed with a certain state, and state might change during process.
- Each object is decribed by some behaviour i.e. it can perform some operations and can have operations.
Comments
Leave a comment