Description: Create a pet object of the parent class, after creating detailed pet subclasses, realize the sharing of resources by inheritance, with polymorphism for pets.
To Search:
File list (Check if you may need any files):
Work_1\Dog.java
Work_1\Master.java
Work_1\Penguin.java
Work_1\Pet.java
Work_1\Test_1.java
Work_1\Text.java
Work_1