Computer Science, asked by mishti102, 6 months ago

please help me guys
book name-Understanding Computer Application with Java ICSE
STD 9th​

Attachments:

Answers

Answered by dattarajshinde44
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 anindyaadhikari13
1

Answer:-

These are the required answers.

  1. A class is considered as an object factory.
  2. The object of a class differ on various characteristics.
  3. The object of a class is represented through different attributes.
  4. The term instantiation is used for creating various objects.
  5. The class is a blueprint for the object.
  6. new keyword indicates an operator for dynamic allocation of an object.
  7. Objects are also termed as class tags or entities.
  8. Different objects of a class have common behavior.
Similar questions