Beginner
PHP
Q22 / 100
What is a PHP interface?
Correct! Well done.
Incorrect.
The correct answer is B) A contract specifying method signatures that implementing classes must define
B
Correct Answer
A contract specifying method signatures that implementing classes must define
Explanation
Interfaces declare method signatures without implementations. A class implements an interface with the implements keyword.
Progress
22/100