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)- A77% (37)
- B13% (6)
- C4% (2)
- D6% (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.