Multiple Choice
An advantage of inheritance is that:
A) all methods can be inherited
B) all instance variables can be uniformly accessed by base classes and derived classes
C) Objects of a derived class can be treated as objects of their base class
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Attempting to instantiate an object of an
Q30: Polymorphism allows for specifics to be dealt
Q31: To use an interface,a class must define
Q32: Which answer best describes how many interfaces
Q33: Which statement is true when a base
Q36: A base class's method that's overridden in
Q37: Consider the MustInherit base classes below: <img
Q40: All methods in an abstract class are
Q41: A base class's constructors are inherited into
Q52: By convention,the name for a Car interface