Question: Select the statements that are true. | If a class (e.g. Derived) extends another class (e.g. Base) and both are in the same package, then

Select the statements that are true. | If a class (e.g. Derived) extends another class (e.g. Base) and both are in the same package, then the subclass will inherit all of the superclass' non-private methods (i.e. Derived inherits all of Base's methods) You cannot extend multiple classes in Java regardless of whether they're abstract or concrete The "extends" keyboard signifies an inheritance of interface and implements" keyword signifies an inheritance of implementation Java does not support multiple inheritance of interface
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
