I have two objects Animal and the Dog which inherits from Animal
class Animal String name; class Dog extends Animal String otherName;