Multiple Choice
Which of the following statements is (are) true
A.We can use inheritance to customize existing software.
B.A base class specifies commonality.
C.A base class can be modified without modifying derived classes
D.A derived class can be modified without modifying its derived class.
A) All of the above
B) None of the above
C) A, B and C
D) A, B and D
Correct Answer:

Verified
Correct Answer:
Verified
Q24: Which base class members are inherited by
Q25: All classes in C# have object as
Q26: Derived classes provide the functionality and features
Q27: Using protected instance variables can cause derived-class
Q28: A class inherited from two or more
Q30: When a derived-class member overrides a base-class
Q31: Members of a base class that are
Q32: Which of the following pairs demonstrates the
Q33: Overriding a method differs from overloading a
Q34: Which of the following pairs demonstrates the