Multiple Choice
An abstract class is a class that contains at least one abstract method. An abstract method is a method that is declared, but not implemented in the code.
A) true
B) false
C) both a and b
D) none of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: _ tag is used for multiple selections.<br>A)select
Q2: In PHP, there are three types of
Q4: Interface are similar to abstract classes. The
Q5: Interfaces allow you to specify what methods
Q6: _ statements reduce parsing time as the
Q7: Abstract classes and methods are when the
Q8: A constructor allows you to initialize an
Q9: When inheriting from an abstract class, the
Q10: _ function is used to change the
Q11: To implement an interface, a class must