Examveda
Examveda

Which of these is not a correct statement?

A. Every class containing abstract method must be declared abstract

B. Abstract class defines only the structure of the class not its implementation

C. Abstract class can be initiated by new operator

D. Abstract class can be inherited

Answer: Option C


This Question Belongs to Java Program >> Inheritence

Join The Discussion

Related Questions on Inheritence

What is inheritance in Java?

A. The process of acquiring properties and behaviors of one class by another

B. The process of creating objects

C. The process of encapsulation

D. The process of overloading methods