C# OOPS Excercise-3
C# OOPS Excercise-3
1. Write a Program for HR Department which will help them to assign annual salary
(variable salary + fixed salary) and Band, based on Employee’s total experience and
Salary in Previous Organization.
1. Write a program to find the Employee details. Take necessary Inputs from user and
Display the Employee Details.
Organization
Employee
Programmer Manager HR
.Net Programmer Java Programmer
4) Write a program for Departmental Store. Calculate discount and other offers also. First
Screen Should be……..
1. Purchase
2. Exchange
3. Exit
If user goes for First option then……. Different categories like……..
1. Medicines
1. Stationary
1. Vegetables
1. Garments
If user go for any of the option then option list with price list and at last the complete list of
user shopping with all discount and different offers. Offers like 1 kg sugar free for 1000 rs
shopping and others.
Use- Delegated, Classes, Objects, Inheritance, Overriding, User Defined Exception, Indexers
and other required topics
//-----------------------------------------Properties, delegates, Indexer and
Events-------------------------------------
1. Write a Program for travel Agency to plan users Travel. Set location and Cost for
travel .(use properties )