Question: write a c# program about restaurant management system that a. Provides a visually-pleasing design. b. Follows the object-oriented programming approach using classes and objects, with
write a c# program about restaurant management system that a. Provides a visually-pleasing design. b. Follows the object-oriented programming approach using classes and objects, with a minimum of four classes (excluding the class with the main() method). Each class must implement appropriate data fields, getters and setter, constructors, and a minimum of two methods, each implements a different functionality. c. Implements object-oriented pillars, i.e., inheritance, polymorphism, abstract classes, and interfaces. The implementation should also preserve information hiding. 1 d. Implements at least three functionalities that can be manipulated by the GUI controls. e. Implements object-oriented exception handling whenever convenient.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
