document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  
  2. /**
  3.  * Opsi Class E-banking
  4.  *
  5.  * @author (M. Rayhan Raffi P.)
  6.  * @version (24-11-2020)
  7.  */
  8. public class Ebanking
  9. {
  10.     // instance variables - replace the example below with your own
  11.  
  12.     /**
  13.      * Constructor for objects of class Ebanking
  14.      */
  15.     public Ebanking()
  16.     {
  17.            
  18.     }
  19.  
  20.     /**
  21.      * output layanan
  22.      *
  23.      */
  24.     public void display()
  25.     {
  26.         System.out.println("Maaf Layanan masih belum tersedia");
  27.     }
  28. }
  29.  
');