please help me guys
book name-Understanding Computer Application with Java ICSE
STD 9th
Attachments:
Answers
Answered by
1
Answer:
1. A class is also considered as an object factory
2. The object of a class differs on various characteristics.
3. The object of a class is represented through the attributes.
4. The term instantiation is used for creating various objects.
5. The class is a instance for the objects
6. new keyword indicates an operator for dynamic allocation.
7. Objects are also termed as class tags or entities.
8. Different objects of a class have common behaviour.
Answered by
1
Answer:-
These are the required answers.
- A class is considered as an object factory.
- The object of a class differ on various characteristics.
- The object of a class is represented through different attributes.
- The term instantiation is used for creating various objects.
- The class is a blueprint for the object.
- new keyword indicates an operator for dynamic allocation of an object.
- Objects are also termed as class tags or entities.
- Different objects of a class have common behavior.
Similar questions