KnowledgeBoat Logo
|

Computer Applications

Name the feature of class in Java depicted in the below picture.

Name the feature of class in Java depicted in the below picture. Elementary Concept of Objects and Classes, Understanding Computer Applications with BlueJ Class 9 Solutions.
  1. Displaying a set of animals
  2. Class in an object factory
  3. Animal is an object factory
  4. Object is a factory

Objects & Classes

21 Likes

Answer

Class in an object factory

Reason — A class is the prototype of an object. Each object belonging to a specific class possesses the data and functions defined within the class. It also produces the objects of similar type. Hence, a class is termed as 'Object Factory'.

Answered By

10 Likes


Related Questions