a) What is an interface? computer pg. 24
Answers
Answered by
1
THIS IS YOUR ANSWER
I HOPE THIS ANSWER WILL HELP YOU
PLEASE MARK ME AS BRAINLIST
Attachments:
Answered by
1
Answer:
an interface is a type, just as a class is a type. Like a class, an interface defines methods. Unlike a class, an interface never implements methods; instead, classes that implement the interface implement the methods defined by the interface. A class can implement multiple interfaces.
hope it helps
Similar questions