Question: in C# Implement a dass Employee which contains: - two data members: idinteger), name (string), sal ary (decimal) - method increasetoll, which increases the salary
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
Get step-by-step solutions from verified subject matter experts
