Solved

What Statement Regarding the Use of the Object Class and Classes

Question 38

Multiple Choice

What statement regarding the use of the Object class and classes in general is accurate?


A) When you create any child class, no inheritance occurs automatically.
B) All classes inherit the Object class methods.
C) The object class contains a constructor, destructor, and two public instance methods.
D) Although every class descends from Object, not all objects are Objects.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions