nerdexam
Microsoft

98-361 · Question #53

Which of the following must exist to inherit attributes from a particular class?

The correct answer is A. Public properties. There must be some public properties that can be inherited.

Understanding Object-Oriented Programming

Question

Which of the following must exist to inherit attributes from a particular class?

Options

  • APublic properties
  • BA has-a relationship
  • CAn is-a relationship
  • DStatic members

How the community answered

(48 responses)
  • A
    77% (37)
  • B
    13% (6)
  • C
    4% (2)
  • D
    6% (3)

Explanation

There must be some public properties that can be inherited.

Topics

#inheritance#is-a relationship#class hierarchy#OOP fundamentals

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice