English, asked by suriya2800, 1 month ago

illustrate interface with suitable code

Answers

Answered by shantanukumar9686
1

Coding to interfaces is a technique to write classes based on an interface; interface that defines what the behavior of the object should be. It involves creating an interface first, defining its methods and then creating the actual class with the implementation.

Similar questions