Question: in C# Implement a dass Employee which contains: - two data members: idinteger), name (string), sal ary (decimal) - method increasetoll, which increases the salary

in C#
 in C# Implement a dass Employee which contains: - two data

Implement a dass Employee which contains: - two data members: idinteger), name (string), sal ary (decimal) - method increasetoll, which increases the salary by speclfic amount - method decreasefrom0, which decreases from the the salary specific amount of money - auto-implemented properties ID. NAME to deal with id and name - method display to display0 all employee info In, the main program you need to: - create an object empl using default constructor - call ID and NAME properties - read a value from console screen and pass it as parameter to increaseto0 method

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!