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:

Verified
Correct Answer:
Verified
Q30: You can assign a derived class object
Q31: What can be used as a type
Q32: What kind of a class might be
Q33: Show an example of a class definition
Q34: What keyword always refers to the superclass
Q35: When all base class constructors require arguments,
Q36: What type of method has no method
Q37: What happens when you declare a property
Q39: A superclass contains all the fields and
Q40: What object class method returns a string