Computer Applications
The …………… is called an instance of a class.
- attribute
- object
- state
- features
Objects & Classes
39 Likes
Answer
object
Reason — The data members declared within a class are known as instance variables. When an object of a class is created, it includes instance variables described within the class. Hence, an object is called as an instance of a class.
Answered By
20 Likes
Related Questions
Name the feature of Java depicted in the below picture.

- Data Abstraction
- Polymorphism
- Class and Objects
- A set of animals
Which of the following keywords is used to create an instance of a class?
- new
- public
- class
- main
The objects we see around us are called as:
- Real world object
- Virtual object
- Imaginary object
- None of these
Which of the following refer to as the default access specifier of a class ?
- private
- personal
- public
- new