Examveda

Atleast how many abstract methods must an abstract class contain?

A. None

B. One

C. Two

D. Five

Answer: Option B

Solution (By Examveda Team)

Classes defined as abstract may not be instantiated, and any class that contains at least one abstract method must also be abstract.

This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Related Questions on Object Oriented Concept