017-001-004

Interface Basic Syntax: Printable Interface

Medium

Problem Description

In this problem, you will create a program that defines an interface, implements it in a class using the implements keyword, and displays the result of calling its methods to standard output.

What is an Interface

Interface defines method specifications. Implement with implements keyword.

Ready to Try Running Code?

Log in to access the code editor and execute your solutions for this problem.

Don't have an account?

Sign Up