Tuesday, April 6, 2010

what is abstract class in php

Interview question:

what is abstract class in php

Answer

Abstract classes are not allowed to create instance . We can only inherit the class using some other class.

No comments:

Post a Comment