Vidyalelo
C++ Programming · Q95

Introduction to C++

Programming · C++ Programming · question 95

Q95

Which of the following is correct?

A.
A class is an instance of its objects
B.
An object is an instance of its class
Answer
C.
A class is an instance of the data type that the class have
D.
An object is an instance of the data type of the class

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board