Latest Java Aptitude Question SOLUTION: What will be the output of the following program? class A { public void test() { System.out.println("Class A"); } } class Trial extends A { public void tes