Explain to me what is a setter and getter

前端 未结 6 1188
面向向阳花
面向向阳花 2020-12-09 18:52

What are setters and getters? Why do I need them? What is a good example of them in use in an effective way? What is the point of a setter and getter?

Update: Can I

6条回答
  •  抹茶落季
    2020-12-09 19:23

    Getters & setters separate interface (getter/setter functions) from implementation (how the data is actually stored).

提交回复
热议问题