Saved Bookmarks
| 1. |
Define Object-oriented Model? |
|
Answer» Compilations of objects make up this model in which values are stored within INSTANCE variables which is inside the object. The object itself comprises BODIES of object for its OPERATION which are CALLED methods. Objects containing same KIND of variables and methods are called classes. Compilations of objects make up this model in which values are stored within instance variables which is inside the object. The object itself comprises bodies of object for its operation which are called methods. Objects containing same kind of variables and methods are called classes. |
|