124k views
1 vote
An instance of an object is (Points : 2) a block of COBOL code

one occurrence of the object
very small
a large number of input records

User Kvc
by
6.5k points

1 Answer

7 votes

Answer: One occurrence of the object

Step-by-step explanation:

The instance of the object is the one occurrence of an object in the given class. The common statement of an object with respect to the instance means that there is single occurrence of an object.

When the process run at each time it is known as instance of program given specific values and variables. An instance of the object is also known as class instance.

It is basically defined as specific realization in an object and also the object varies in different number of the ways in the object oriented programming (OOPs).

User Bwoebi
by
6.4k points