I have a derived class Father and a base class Parent e.g.
Father
Parent
public static class Parent { } public static class Father extends Parent