Java Primmer Multiple Choice Questions Answers
50.What will be the output of the following Java code?public class Person{public void talk(){System.out.print(“I am a Person”);}}public class Student extends Person{public void talk(){System.out.print(“I am a Student”);}}public class Test{public static void … Continue reading Java Primmer Multiple Choice Questions Answers
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed