in JAVA by (32.2k points)
What are the interfaces?

1 Answer

0 votes
by (20.8k points)

What are the interfaces?

An interface is a collection of constants, static methods, abstract methods, and default methods. Methods in an interface do not have a body.

Related questions

+1 vote
asked Jun 17, 2019 in JAVA by reins.robin (109 points)
0 votes
asked Apr 13 in JAVA by Robin (14.6k points)
0 votes
asked May 31, 2022 in JAVA by Robin (14.6k points)
...