Question: java What is the output of the following program? Fred : 1 0 : Ann 1 : Fred Ann : 0 Next public class Gamma

java

What is the output of the following program?

java What is the output of the following program? Fred : 1

Fred : 1
0 : Ann
1 : Fred
Ann : 0

Next

public class Gamma f public static void main Stringl] args) Delta d new Zeta(); ((Zeta) d).action(); d.show(); class Delta { int n; String s"Ann"; public void show() f System.out.printlnn"" S); class Zeta extends Delta f public void action() s"Fred" public void show() { System.out.println( S + : " + n )

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!