Q. Which of the following class definitions defines a legal abstract class?
β
Correct Answer: (C)
abstract class A { abstract void unfinished(); }
You must be Logged in to update hint/solution