The document defines an interface called IGadget with methods for calling, internet, sending email, and taking pictures. It then defines two classes - Tablet and HandPhone - that implement this interface. Tablet overrides the methods to add functionality for sending email, internet, and taking pictures. HandPhone similarly overrides the methods, providing its own implementation for calling, sending email, internet, and taking pictures.
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)
14 views2 pages
Tugas Yang Dikerjakan Dalam Pratikum
The document defines an interface called IGadget with methods for calling, internet, sending email, and taking pictures. It then defines two classes - Tablet and HandPhone - that implement this interface. Tablet overrides the methods to add functionality for sending email, internet, and taking pictures. HandPhone similarly overrides the methods, providing its own implementation for calling, sending email, internet, and taking pictures.