
Happy Petal System
Object Oriented Programming
Object Oriented Programming (OOP) is a type of programming that use "object" to communicate with each other, change data and works based on the way of programmer. Example of objects in OOP are variables, procedure (method/function) and classes.
OOP main principle include encapsulation, abstraction, inheritance, and polymorphism.
A simple stand alone system of buying flowers by applying basics concept of OOp.
Project Background
The system is a flower shopping system that will be used by florist shop. It sell many varieties of flowers such as fresh cut flowers, bouquets and gifts. The flowers can be deliver or customers can get by their own.
Project Objective
To develop a simple GUI (Graphical User Interface)
To allow customers to view and buy product
Project Scope
Language: Java
IDE (Integrated Development Environment): Netbeans
Type of system: Stand alone
Target Audience: Customers of Florist Shop










