I spent hours searching the web and trying to understand this : D
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.