Problem: Customer bill Information system
Super Class : Customer
Attributes : Customer_name, Customer_Code,city
Methods :
- Set the Customer details
- Display the Customer details
Sub class : Bill _details
Attributes : Productno, Productname, Price, Quantity, discount
Methods :
- Get the input from the keyboard
- Find the total number of products
- Find the total price of all products
- Display the bill_details.
Driver Class :
- Display the Customer details and bill_details.
The following information are required for the assignment
Properties with proper data types
Methods with proper return types and scope
Demonstration of OOP feature (Inheritance)
Demonstration of OOP feature (polymorphism)
Proper naming convention
Proper comments in each program and within program
Purpose of each code should be explained.
Program Execution (output)
Presentation (Word Document)