Question: using Java 2. Which of the following statements about abstract class are true? (Choose all that apply) Abstract class is a hybrid of concrete class
2. Which of the following statements about abstract class are true? (Choose all that apply) Abstract class is a hybrid of concrete class and abstract interfaces. Abstract class can be initiated itself. Abstract class cannot have attributes. Abstract method is only allowed to be in abstract class. Abstract method must be implemented. Abstract class can extend from a superclass and implement multiple interfaces
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
