RetailItem class: Write a class named RetailItem that holds data about an item in a retail store. The class should have the following fields:
A) Name, price, and quantity
B) SKU, description, and price
C) Category, brand, and weight
D) Color, size, and manufacturer



Answer :

Other Questions