A C F G I M O P R S T

P

Person - Class in ope.shopping
This class represents a person who has a name and some money.
Person(String) - Constructor for class ope.shopping.Person
Creates a new person object with given name.
Product - Class in ope.shopping
This class represents a product which has a name and a price.
Product(String, double) - Constructor for class ope.shopping.Product
Creates a new product with the given name and price.
Product - Class in ope.shopping2
This class represents a product which has a name and a price.
Product(String, double, int) - Constructor for class ope.shopping2.Product
Creates a new product with the given name and price.

A C F G I M O P R S T