А как же я?.. Сделайте тонкий в продвинутом ООП
1. Create an inheritance hierarchy for the PetStore system. Create a class Pet with the instances petName, petLocation and petPrice and methods getName(), getLocation(), getPrice() and getSpecData(). Create a class Dog with instance dogBreed and method getSpecData(). Create a class Cat with instance catBreed and method getSpecData(). Create a class Bird with instance birdColor and method getSpecData(). Classes Dog, Cat and Bird inherit the Pet class. Override the Pet class abstract method getSpecData() in all sub classes and put appropriate printing messages in all methods. Create instances of sub classes and call their methods in main()
Что я уже пробовал:
Я хочу получить ответ в коде fr advanced oop помогите мне plz