Does 'extends Object' have a purpose or is it redundant?

前端 未结 18 971
日久生厌
日久生厌 2021-01-03 19:25

Following a tutorial on the internet regarding Soap development with Java, I found this link, with a rather unusual code for myself.

The code:

public         


        
18条回答
  •  再見小時候
    2021-01-03 19:57

    There is one possibility and that is the person who made it don't want you to extend any classes. You can always do a workaround of course but that is the only thing I can come up with that makes sense.

提交回复
热议问题