Examveda
Examveda

Which one of the following keyword is used to implement an interface?

A. interface

B. get

C. inherit

D. implements

Answer: Option D

Solution(By Examveda Team)

A class can implement an interface using the implements keyword in its declaration.

This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Related Questions on Object Oriented Concept