Q. Which of the following declares an abstract method in an abstract Java class?
β
Correct Answer: (B)
public abstract void method();.
You must be Logged in to update hint/solution