Q#6: Create a class for invoice item having attributes invoice id (it'll be unique for every invoice item), item description (name of product and details), quantity (number of items), and price (sail...


Solve using OOP in Java.


Q#6: Create a class for invoice item having attributes invoice<br>id (it'll be unique for every invoice item), item description<br>(name of product and details), quantity (number of items), and<br>price (sail price). There is behavior to set all values. There is a<br>display method that will show invoice id, item description,<br>quantity, price of single item and total amount of the invoice<br>item.<br>Create objects to show following details.<br>ID Name<br>Quantity Price Total Amount<br>1 Chips 50 mg small pack<br>12<br>10<br>120<br>2 Chocolate Biscuit small pack 15<br>75<br>

Extracted text: Q#6: Create a class for invoice item having attributes invoice id (it'll be unique for every invoice item), item description (name of product and details), quantity (number of items), and price (sail price). There is behavior to set all values. There is a display method that will show invoice id, item description, quantity, price of single item and total amount of the invoice item. Create objects to show following details. ID Name Quantity Price Total Amount 1 Chips 50 mg small pack 12 10 120 2 Chocolate Biscuit small pack 15 75

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here