What is interface??
Answers
Answered by
0
Answer: An interface is declared by using the interface keyword. It provides total abstraction; means all the methods in an interface are declared with the empty body, and all the fields are public, static and final by default. A class that implements an interface must implement all the methods declared in the interface.
Explanation: please mark me as brainliest
Answered by
0
Answer:
PLEASE MARK ME THE BRAINLIEST
Explanation:
the way a computer program presents information to or receives information from the person who is using it, in particular the lay out of the screen and the menus
Similar questions