InterviewSolution
| 1. |
What Are Object, Class And Instance? |
|
Answer» Object: A single THING or concept, either in a model of an application domain or in a software system that can be REPRESENTED as an encapsulation of state, BEHAVIOR and identity, a member of a class that defines a SET of similar objects. Object: A single thing or concept, either in a model of an application domain or in a software system that can be represented as an encapsulation of state, behavior and identity, a member of a class that defines a set of similar objects. |
|