The document defines three classes: Customer_Warnet, CW_NonMember, and CW_Member. Customer_Warnet is an abstract base class with string and integer properties to store customer name, gender, phone number. CW_NonMember and CW_Member extend this class with additional properties and methods for non-member and member customers of a warnet (internet cafe) such as package prices and discounts. Both subclasses implement abstract methods from the base class like displaying voucher menus.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
19 views1 page
Revisi Uml
The document defines three classes: Customer_Warnet, CW_NonMember, and CW_Member. Customer_Warnet is an abstract base class with string and integer properties to store customer name, gender, phone number. CW_NonMember and CW_Member extend this class with additional properties and methods for non-member and member customers of a warnet (internet cafe) such as package prices and discounts. Both subclasses implement abstract methods from the base class like displaying voucher menus.