Solved

You Are Creating a Vessel Class Which Is Supposed to Use

Question 8

Multiple Choice

You are creating a Vessel class which is supposed to use an interface named Measurable. Which of the following class declaration statements will accomplish this?


A) public class Vessel inherits Measurable
B) public class Vessel implements Measurable
C) public class Vessel interfaces Measurable
D) public class Vessel extends Measurable

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions