-
-
-
If interface & abstract class have same methods & abstract class also not contain any implementation for those methods which one you prefer ?
Use abstract class because we implement only requried methods of abstract class but for interface we must implement all methods whether or requried or not
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Core Java Interview Questions
Ans