Physics, asked by shreyargajbhiye30, 6 hours ago

Which of these keywords is used to define interface of java​

Answers

Answered by rishikaar063
0

The interface keyword is used to declare a special type of class that only contains abstract methods. To access the interface methods, the interface must be "implemented" (kinda like inherited) by another class with the implements keyword (instead of extends ).

Similar questions