Q. Which of the following is the correct way of implementing an interface A by class B?
β
Correct Answer: (B)
class B implements A{}
You must be Logged in to update hint/solution