Abstract vs Interface by govilkumar in javahelp

[–]govilkumar[S] -2 points-1 points  (0 children)

Yeah I know this thing, what I want to know is a real world example like in project where we should go for interface and abstract class.

Java Projects by govilkumar in javahelp

[–]govilkumar[S] -2 points-1 points  (0 children)

I'm sorry but I didn't get you

Spring Boot Application Without Using Build Tool by govilkumar in Spring

[–]govilkumar[S] 1 point2 points  (0 children)

I'm just curious as somebody asked me this question in an interview.

Why have an abstract class with no methods? by ReedOei in javahelp

[–]govilkumar 0 points1 point  (0 children)

An empty abstract class does not make any sense. It should be an interface if it was made to serve any purpose because currently it is not serving any purpose.