Back to Browse

Interface in Java | ISC Computer Science 2020 Theory

2.1K views
Mar 17, 2024
10:54

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