Wednesday, May 14, 2008

Think about all the attributes and methods a plant nursery would need

OO ... Object oriented.

Most important attributes and methods a plant nursery would have.

Class
PlantNursery

Attributes:(String, int, or double)
Greenhouse - String
Soil (bags) - int
Plant Food (Quantity) - int
Gardening Tools - int
Cost - double
Seeds - int
Plants (name, type) - String
Plants (quantity) - int
Pesticide - int
Fertilizer - int

Methods:
Display the number of plants and their names
Display the feeding each plant receives
Calculate the growth rate

Calculate number of plants sold
Calculate profit based on plants sold versus cost of plant maintenance

No comments: