Hi I was wondering if anyone can help me with this assignmen
Hi! I was wondering if anyone can help me with this assignment. Any help is appreciated:) Thank you so much in advance!
Write a java class with methods to manage a loyalty points/reward program for a small bakery. All classes should have at least a null constructor and copy constructor. Other constructors would be up to your discretion. Include all necessary accessors and modifiers. To test your classes, create a Container class with simply a main() method. The Container class will have attributes that are class objects of each of the classes you create. The main() method will create the class objects, perform some normal business for that store, and produce an appropriate output. Comment throughout the classes.
An example can be:
-Spending a certain amount of money will earn the customer a certain amount of points that the customer can use.
-Loyalty Card Check - this method will determine if a customer is a member of the Loyalty Program
-Loyalty Card Add - this method will add to the customer points if the customer is a member of the loyalty program
-Loyalty Discount - this method will apply the discount to the
And/Or -A punch card system where a customer buys 9 coffees and gets one free
Solution
public interface platform bakery Transaction{ Transaction status get transaction(Transaction Definition definition
Throws Transaction Exception ;
