What is the difference between an abstract class and a class that has all its methods abstract?

Viewed 14995

I wonder what is the difference in Java between an abstract class and a class that has all its methods abstract? I mean, is an abstract class just a class whose methods automatically get abstract?

5 Answers
Related