Course Solutions Uncategorized (Solved) : Please Add 2 Employees Thier Names Hours Subjects Program Class Employee String Name Teach Q27624821 . . . .

(Solved) : Please Add 2 Employees Thier Names Hours Subjects Program Class Employee String Name Teach Q27624821 . . . .

 

please add 2 more employees with thier names and hoursand subjects in this program

class Employee

{

    String name;

  

    // what they teach

    String subject;

  

    // working hours

    int hours;

  

    // constructor

    Employee
    {

        this.name =””;

       this.subject = “”;

        this.hours= 0;

    }

  

    // constructor

    Employee(String name, Stringsubject, int hours)

    {

        this.name =name;

       this.subject = subject;

        this.hours= hours;

    }

  

    // getter methods

    public String getName()

    {

        returnthis.name;

    }

  

    public String getSubject()

   

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post