Loading practice questions
Which of the following is correct?
Correct Answer: A — An object is an instance of its class
Explanation:
An object is an instance of a class i.e. an object represents a class i.e. what class has(data members) and what it can do(member functions).