Multiple Choice
Which of the following is true in the case of abstract class
A) Abstract constructors cannot be created.
B) Abstract classes can not be inherited.
C) An abstract class contains only abstract methods.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q13: Which of the following is a valid
Q14: The use of final keyword with method
Q15: Which class cannot have a subclass in
Q16: Which of these access specifiers must be
Q17: Which of the following is a method