a) The sub class can have a method with the same name as the super class.
b) A sub class can inherit from only one super class by using the keyword “implements”.
c) In Java, classes can be derived from other classes, in order to create more complex relationships.
d) A sub class cannot have more attributes than its super class.
Please help:Which one of the following is false about classes and inheritance in Java?
- Posted:
- 3+ months ago by Welly
- Topics:
- java, inheritance, javascript
Details:
Answers
No answers have yet been posted. Add your answer to this question.