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
Download
0 formats
No download links available.
Interface in Java | ISC Computer Science 2020 Theory | NatokHD