Say we start with the following:
class Parent { String a; Int b; } class Child extends Parent { String a; Int b; Double c; Object d; }