PHP_OOPs PHP Object oriented examples Person.php is a simple PHP Class. Inheritance Example 2.1 Pets.php Parent class 2.2 Dogs.php Child class inherit Pets.php 2.3 Cats.php Child class inherit Pets.php 2.4 Mypets.php