class overload int x; double y; void add(int a , int b) { x - a + b; } void add(double c , double d) { y = c + d; overload() { this.x - 0; this.y - 0; } class Overload_methods { public static void main(String args[]) { overload obj = new overload (); int a - 2; double b - 3.2; obj.add(a, a); obj.add(b, b); System.out.println(obj.x + + obj.y);

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

give output in a hurry please

class overload
{
int x;
double y;
void add(int a , int b)
{
x = a + b;
void add(double c
{
y = c + d;
}
overload()
{
this.x
double d)
0;
%3D
this.y = 0;
}
}
class Overload_methods
{
public static void main(String args[])
{
overload obj
int a = 2;
double b - 3.2;
obj.add(a, a);
obj.add(b, b);
System.out.println(obj.x +
}
= new overload ();
+ obj.y);
}
Transcribed Image Text:class overload { int x; double y; void add(int a , int b) { x = a + b; void add(double c { y = c + d; } overload() { this.x double d) 0; %3D this.y = 0; } } class Overload_methods { public static void main(String args[]) { overload obj int a = 2; double b - 3.2; obj.add(a, a); obj.add(b, b); System.out.println(obj.x + } = new overload (); + obj.y); }
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Random Class and its operations
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,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT