Which of the following class definition is correct in Java? a. ONLY (i) b. ONLY (ii) c.  BOTH (i) and (ii) d. None of these.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter4: More Object Concepts
Section: Chapter Questions
Problem 15RQ
icon
Related questions
Question

Which of the following class definition is correct in Java?

a. ONLY (i)

b. ONLY (ii)

c.  BOTH (i) and (ii)

d. None of these. 

()
public class Employee
private String name;
private double salary;
private int id;
public Employee ()
}
name = ";
salary = 0.0;
public Employee (String n, double s, int i)
}
name = n;
salary s;
id = i;
{
public void print ()
System.out.println (name +" " + id + " " + salary);
{
public class Employee
private String name;
private double salary:
private int id;
public void Employee ()
name
salary = 0.0;
public void Employee (String n, double s, int i)
}
salary = s;
id = i;
public void print ()
}
System.out.println (name " # + id + " " + salary);
Transcribed Image Text:() public class Employee private String name; private double salary; private int id; public Employee () } name = "; salary = 0.0; public Employee (String n, double s, int i) } name = n; salary s; id = i; { public void print () System.out.println (name +" " + id + " " + salary); { public class Employee private String name; private double salary: private int id; public void Employee () name salary = 0.0; public void Employee (String n, double s, int i) } salary = s; id = i; public void print () } System.out.println (name " # + id + " " + salary);
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
void method
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning