Java :Setter Getter and constructor

前端 未结 11 1353
陌清茗
陌清茗 2020-12-25 12:31

I\'m a bit confused about the use of getter/setters and constructors (see the below code for an example)

    public class ExampleClass {

        private in         


        
11条回答
  •  庸人自扰
    2020-12-25 13:17

    Just to make it easier. It takes less code to use a constructor than to create an object and use the setters.

提交回复
热议问题