nerdexam
Microsoft

98-361 · Question #384

You are C# developer who is developing a Windows application. You need to provide derived classes the ability to share common functionality with base classes but still define their own unique…

The correct answer is D. Inheritance. See the full explanation below for the reasoning.

Question

You are C# developer who is developing a Windows application. You need to provide derived classes the ability to share common functionality with base classes but still define their own unique behavior. Which object oriented programming concept should you use to accomplish this functionality?

Options

  • AEncapsulation
  • BAbstraction
  • CPolymorphism
  • DInheritance

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    14% (3)
  • C
    5% (1)
  • D
    77% (17)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice