Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following interface: public interface Playable { public void play ( ) ; } Select all true statements from among the following: You can

Consider the following interface:
public interface Playable {
public void play();
}
Select all true statements from among the following:
You can create a reference variable of type Playable
You can create an object of type Playable
If you create a reference variable of type Playable, you can call the method play() using that reference
If you create a reference variable of type Playable pointing to an object of class Horn, you can call any method of class Horn using that reference (without explicit typecasting)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions