Inheritance Flashcards
1
Q
Can a class have two methods with the same name in its scope where one is static and the other is instance?
A
No.
2
Q
Is a list of no exceptions a valid subset of a list of exceptions thrown by the superclass method?
A
Yes.
3
Q
Is super.super a valid construct?
A
No.
4
Q
Can an abstract method have a method body?
A
No.
5
Q
Member variables are _________ and not overridden.
A
Hidden.