119k views
4 votes
An object reference provides a(an)______for an object and is used to gain access to the object (Points : 2) entry

target
instance
handle

User Boschman
by
6.0k points

1 Answer

2 votes

Answer: Instance

Explanation: Instance is the term found in the object-orient programming concept. It is used for the realization of the variation present in any object specifically.The program execution at each time instant is known as the instance of program. Generation of realized instance is known as instantiation.

This helps in the accessing of the object in the program.Other options are incorrect entry , target and handle are not the technical term related with the accessing of object .Thus the correct answer is instance.

User Alstr
by
6.1k points