help4code-logo
  • eLearning
    • Tutorials
    • Programs
    • Interview Questions
    • Technical Questions
    • C Language
    • C++
    • JAVA
    • HTML & CSS
    • PHP
    • AJAX
    • J2EE
    • SQL
    • jQuery
  • Go back to Home
  • Our Placements
  • Tutorials
  • Programs
  • Interview Questions
  • Technical Questions
  • Live Training
  • Our Placements
  • Associated Colleges
  • Our Recruiters
  • Back
  • C Language
  • C++
  • JAVA
  • HTML & CSS
  • PHP
  • AJAX
  • J2EE
  • SQL
  • jQuery

Programs

  1. Home
  2. Programs
  3. Java
  4. Core Java
  5. Interface
Image

Programs - Java - Core Java - Interface

  • Programs
    • WAP to use of interface
    • WAP for working of abstract class
    • WAP for database connection by sun and oracle
    • WAP to understand interface
    • WAP for use of nested interface
    • WAP for inner class with more main()
    • WAP to use of instanceof
    • wap to demonstrate Multiple inheritance
    • WAP for StringBuffer class in java
    • WAP for interface in abstract class
    • WAP to implements interface
    • WAP for class as return type
    • WAP to achieve multiple inheritance
    • WAP for defining interface in java
    • WAP to implements interface in java
    • WAP for multiple inheritance
    • WAP for inner class uses interface
    • WAP to use class in interface
    • WAP for display Sub Interfaces
    • WAP to create interface and draw shapes
    • WAP to achieve multiple inheritance

Program:


public interface ABC4 {
  void show();
  
  
}
class xyz implements ABC4
{ public void show() {
      System.out.println("i am in abc"); 
  }
  public static void main(String[] args) {
    ABC4 z=new xyz();
    z.show();
  }

 
 
}
Help4Code

The help4code.com - An e-learning educational website where all computer science students can find rich collection of computer language programs which will help in exploring computer programming.

  • About
  • Associated Colleges
  • Leadership
  • Careers
  • Our Recruiters
  • Community
  • Terms
  • Privacy
  • Help
  • Press
  • Contact
  • Directory

First Floor, Plot No. 4, Near Shat Ayu College, Ring Road Nagpur, Maharashtra, India - 440022
+91 9175287066[email protected]

© Copyright 2022 help4code.com.

  • My Account
  • Sign-in
  • Sign-up