Question: class TestInheritance { public void ) { System.out.printIn ( M 1 of TestInheritance ) ; } public static void main ( String [ ]
class TestInheritance
public void
System.out.printInM of TestInheritance";
public static void mainString args
TestInheritance ref new TestInheritance;
ref.m;
class TestInheritance extends Testlnheritance
public static void
System.out.printInM of TestInheritance;
What will be the output of the above code snippet?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
