Question: (C# please) Create a parent class called Person with properties FirstName and LastName Create a child class called Employee with properties Employee ID and Salary

(C# please)

Create a parent class called Person with properties FirstName and LastName

Create a child class called Employee with properties Employee ID and Salary (Salary Data type can be double)

Create the Application in such a way the user enters the Employee FirstName, LastName, Employee ID and Salary and when he clicks a button called "Display Employee Info" a Label should display all the information entered.

(Make sure when you write the child class Employee, you inherit Person class)


Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!