Computer Applications
A class is a template for its:
- data
- functions
- objects
- methods
Objects & Classes
25 Likes
Answer
objects
Reason — A class is a blueprint or template for its objects. It defines the characteristics (attributes) and behaviour (methods) that the objects created from the class will possess.
Answered By
10 Likes
Related Questions
Name the feature of class in Java depicted in the below picture.

- Displaying a set of animals
- Class in an object factory
- Animal is an object factory
- Object is a factory
An object is an instance of a:
- function
- state
- data
- class
Which is a valid display() method declaration of a class Sample?
- Void Sample{int x}
- public void display()
- public void Show()
- Display{}
Creating an object of a class is also referred to as:
- Initialisation
- Creation
- Formation
- Instantiation