Cpp Programming Quiz 46 – Which of the following statement is correct?

Question: Which of the following statement is correct?
[A]. Class is an instance of object.
[B]. Object is an instance of a class.

[C]. Class is an instance of data type.
[D]. Object is an instance of data type.

Answer: Option B