nerdexam
Microsoft

98-361 · Question #7

98-361 Question #7: Real Exam Question with Answer & Explanation

The correct answer is C. Derived class. Classes (but not structs) support the concept of inheritance. A class that derives from another class (the base class) automatically contains all the public, protected, and internal members of the base class except its constructors and destructors.

Question

Which term is used to describe a class that inherits functionality from an existing class?

Options

  • ABase class
  • BInherited class
  • CDerived class
  • DSuperclass

Explanation

Classes (but not structs) support the concept of inheritance. A class that derives from another class (the base class) automatically contains all the public, protected, and internal members of the base class except its constructors and destructors.

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice