Question: If an interface called Something contains a method String doSomething ( String s ) , then:A . Every class that implements the interface must override

If an interface called Something contains a method String doSomething(String s), then:A. Every class that implements the interface must override a method implementation from the interfaceB. Classes that implement the interface can optionally override a method implementation from the interfaceC. Every class that implements the interface must have a method called doSomething that takes in a String, and returns a StringD. No class that implements the interface can have such a metho

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!