From here,
Using inheritance, which of the following is not allowed
a) Changing implementation of operation in parent by the subclass
b) Using implementation of operation in parent class by the subclass
c) Using attributes in parent class by the subclass
d) Having operations is subclass which do not exist in parent class
e) None
Am not convinced with the answers in the above link, so trying to clarify here. Pls answer.
The answer is e) none.