Class A is abstract. Class B extends A
A
B
Creating object.
A obj = new B(); System.out.print(obj instanceof B)