Java final abstract class

后端 未结 9 2050
情歌与酒
情歌与酒 2021-02-02 06:26

I have a quite simple question:

I want to have a Java Class, which provides one public static method, which does something. This is just for encapsulating purposes (to h

9条回答
  •  Happy的楠姐
    2021-02-02 07:03

    Check this Reference Site..

    Not possible. An abstract class without being inherited is of no use and hence will result in compile time error.

    Thanks..

提交回复
热议问题