This is a pseudocode implementation of a simple Pet class and its subclass, Dog. Dog inherits all the attributes and methods of Pet and extends it with a breed attribute.
Start again Check my answer