Multiple Choice
If a class inheriting an abstract class does not define all of its function then it will be known as?
A) abstract
B) A simple class
C) Static class
D) None of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Which of these is not a correct
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
Q11: Which of these keywords are used to
Q12: Which of the following is true in
Q13: Which of the following is a valid
Q14: The use of final keyword with method
Q15: Which class cannot have a subclass in