KnowledgeBoat Logo
|

Computer Applications

An object is an instance of a:

  1. function
  2. state
  3. data
  4. class

Objects & Classes

13 Likes

Answer

class

Reason — In Java, each object is created from a class and is called an instance of that class. Therefore, an object is referred to as an instance of the class.

Answered By

8 Likes


Related Questions