Let\'s say i\'m having the following classes in c++
class Animal{}
class Dog extends Animal { int barkingVolume; }
H