Listing 11. Invoke showB on the first object.
System.out.println(
            "----------------------");
System.out.println(
            "Display first B-Object");
obj1.showB();