Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which is the keyword used to inherit
Q2: The method sqrt() is defined in the
Q3: Name the keyword that makes a variable
Q4: The keyword used to refer the current
Q6: _ is used to initialize objects.<br>A)Methods<br>B)arguments<br>C)constructors<br>D)new keyword
Q7: Which method defined in Integer class can
Q8: Identify the type of inheritance when two
Q9: The keyword used inside a class to
Q10: If a class inheriting an abstract class
Q11: Which of these keywords are used to