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