Multiple Choice
Interface are similar to abstract classes. The difference between interfaces and abstract classes are Interfaces cannot have properties, while abstract classes can have.
A) interface
B) abstract class
C) implements
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
Q3: An abstract class is a class that
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