Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
marking guide. Purpose of the system Not attempted0pointsHas little explanation of classes and system1pointsExplanation has information about all the classes and their relatio ship. Has explanation ab
marking guide.
Purpose of the system
Not attempted0pointsHas little explanation of classes and system1pointsExplanation has information about all the classes and their relatio ship. Has explanation about what system can accomplish after implementation2points
Class Diagram
Not attempted0pointsClasses are designed but there is no relationship between them2pointsClasses and relationships are created but have minor issues 3pointsClasses and relationshisps are perfectly done4points
Person Class
Not attempted0pointsMajor issues or misisng more than one from constructor, getter, setter and toString()2.5pointsAny one of constructor, getter, setter, toString() is missing or have some issues or incorrect4pointsHave appropriate constructors, getter, setter and toString() method5points
Customer Class
Not attempted0pointsMajor issues or misisng more than one from constructor, getter, setter and overridden toString()2.5pointsAny one of constructor, getter, setter, overrideen toString() is missing or have some issues or incorrect4pointsHave appropriate constructors, getter, setter (overridden SetDiscount() as per requirement) and overridden toString() method5points
Employee Class
Not attempted0pointsMajor issues or misisng more than one from constructor, getter, setter and overridden toString()2.5pointsAny one of constructor, getter, setter, overridden toString() is missing or have some issues or incorrect4pointsHave appropriate constructors, getter, setter (overridden SetDiscount() as per requirement) and overridden toString() method5points
Supplier
Not attempted0pointsMajor issues or misisng more than one from constructor, getter, setter and overridden toString()2.5pointsAny one of constructor, getter, setter, overridden toString() is missing or have some issues or incorrect4pointsHave appropriate constructors, getter, setter (overridden SetDiscount() as per requirement) and overridden toString() method5points
LollyShopDriver
Not attempted0pointsMore than 3 objects are missing and output is not properly displayed 1.5pointsMissing more than one object or objects are not created as per requirements or output is not displayed in given format 2.5pointsCreation of two objects of Employee, Customer and Suppleir classes as per requirements and Display the details and discount in format specified4points