class Garden{ private int area; public Garden(int a) { area = a; } public boolean equals (Garden g) { if (g1.area==g2.area) return true; else return false; } public class MyClass { public static void main(String[] args){ = new Garden (127); new Garden (127); Garden gl Garden g2 if (g1==g2) System.out.print("AAA"); else if (g1.equals (g2)) System.out.print("BBB"); else System.out.print("CCC"); }

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter9: Using Classes And Objects
Section: Chapter Questions
Problem 19RQ
icon
Related questions
Question

What is the output for the following java code?

 

class Garden{
private int area;
public Garden (int a) { area = a; }
public boolean equals (Garden g) {
if (gl.area==g2.area)
else
return true;
return false;
}
}
public class MyClass {
public static void main (String[] args){
new Garden (127);
= new Garden (127);
Garden g1 =
Garden g2
if (g1==g2) System.out.print ("AAA");
else if (g1.equals (g2))
System.out.print ("BBB");
else
System.out.print("CCC");
}
}
Transcribed Image Text:class Garden{ private int area; public Garden (int a) { area = a; } public boolean equals (Garden g) { if (gl.area==g2.area) else return true; return false; } } public class MyClass { public static void main (String[] args){ new Garden (127); = new Garden (127); Garden g1 = Garden g2 if (g1==g2) System.out.print ("AAA"); else if (g1.equals (g2)) System.out.print ("BBB"); else System.out.print("CCC"); } }
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage