Interface in Java | ISC Computer Science 2020 Theory

Channel:
Subscribers:
1,540
Published on ● Video Link: https://www.youtube.com/watch?v=3ZbAj27HBNE



Duration: 10:54
254 views
12


Interface in Java | ISC Computer Science 2020 Theory

An interface is a reference type that can contain only constants, method signatures and static methods. It defines a contract of behaviours that a class must implement if it implements that interface. Interfaces cannot be instantiated. Java doesn’t support multiple inheritance, but it supports implementation of multiple interfaces.

#java #interface #computerscience #isc #interfaces







Tags:
interface in java
interface in java program
interface in java with example
isc
java
computer science
inheritance
inheritance in java