Interface in Java | ISC Computer Science 2020 Theory
Channel:
Subscribers:
1,540
Published on ● Video Link: https://www.youtube.com/watch?v=3ZbAj27HBNE
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
Other Videos By Robin Sir
Tags:
interface in java
interface in java program
interface in java with example
isc
java
computer science
inheritance
inheritance in java