Constructor is static or non static

后端 未结 11 1677
青春惊慌失措
青春惊慌失措 2021-02-04 12:33

As per standard book constructor is a special type of function which is used to initialize objects.As constructor is defined as a function and inside class function can have on

11条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 13:11

    Not static. Read about constructors http://www.javaworld.com/jw-10-2000/jw-1013-constructors.html.

提交回复
热议问题