Posts

Showing posts with the label Implementing More than 1 interfaces & extend 1 class

Zeek_57_DefaultMethodsInInterfaces.java

  /* --->  Create a class MySmartPhone which inherit interfaces MyCamera,MyWifi,MyMemory       and inherits the class CellPhone.