Find out more about what we do

Header Ads

Cs506 Assignment no 1 Solution spring 2021

 Cs506 Assignment no 1 Solution spring 2021

Assignment No. 01
SEMESTER Spring 2021
CS506- Web Design and Development

Total Marks: 20   Due Date:  18/5/2021

You can download the file from the bellow link..

Employee Txt :

1110,Hassan Ali,CS,MS,5,70000

1120,Zia mahmod,MGT,Phd,10,125000

1022,Rahmat Sha,Bio,Master,7,500000

1023,Waqas Ali,MassCom,MS,6,30000


First class Employee :

public class Employee {

 protected String empId;

    protected String empName;

    protected String dept;

    protected String qualf;

    protected String experience;

    protected String salary;

 public Employee() {


    }

   

    public Employee(String empId, String empName, String dept, String qualf, String experience, String salary) {

        this.empId = empId;

        this.empName = empName;

        this.dept = dept;

        this.qualf = qualf;

        this.experience = experience;

        this.salary = salary;

    }


    public String getEmpId() {

        return empId;

    }


    public String getEmpName() {

        return empName;

    }


    public String getDept() {

        return dept;

    }


    public String getQualf() {

        return qualf;

    }


    public String getExperience() {

        return experience;

    }

   public String getSalary() {

        return salary;

    }

}








Download Complete File..

Post a Comment

1 Comments

  1. sir your work and you are best plz sir cs508 and cs506 ki assignment no 3 ka solution send kr din plz

    ReplyDelete

thank you to visit this site