What's the point in having an abstract class with no abstract methods?

后端 未结 9 1455
一整个雨季
一整个雨季 2021-01-02 21:11

Can have an abstract class implementing all of its methods-- with no abstract methods in it.

Eg.:

public abstract class someClass          


        
9条回答
提交回复
热议问题