Q. In Java, can an abstract class have private methods with implementations?
β
Correct Answer: (D)
Yes, starting from Java 9, abstract classes can have private methods with implementations
You must be Logged in to update hint/solution