Delete comment from: Javarevisited
in Summary
from point number 4
"a class automatically becomes abstract class when any of its method declared as abstract"
This point is actually incorrect as you need to make class explicitly and compiler will give error if you don't do so
Apr 4, 2013, 6:21:42 AM
Posted to What is Abstraction in Java? Abstract Class and Interface Example