Function for Getting the Parent Class in OOP in PHP
Make a class ChildClass inheriting
from ParentClass. Using the function
get_parent_class, display
the parent of the ParentClass class.
Make a class ChildClass inheriting
from ParentClass. Using the function
get_parent_class, display
the parent of the ParentClass class.