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
Get step-by-step solutions from verified subject matter experts
