Exam 15-16 04 Flashcards
1
Q
OO Programming promotes re-use through inheritance. Suppose a
class Student inherits from class Person. For each statement
below state whether it is true or false, and give a brief reason for
your answer
The Student class can prevent certain methods being inherited from Person
A
False