(code=Java)Given a parent class Animal with properties as blood type,animal type and subclass as Fish,Reptile ,Bird
{Class Animal)
Properties:Height,Weight,Animal type,blood type
Subclass:Class Reptile with properties:dryskin,Backbone,soft shelled egg
Subclass:Class Crocodile with properties:Hard shelled eggs
Subclass:Class Eel with properties release electric charge
Subclass:Class Eagle
Add ShowInfo()to every class ,how do I outline in properties in toString()method in code setting