Take Up Code
Take Up Code
Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
31: Getters And Setters Keep It Together.
8 minutes Posted Jan 3, 2016 at 9:30 pm.
0:00
8:36
Download MP3
Show notes
Your classes will likely have data members so how do you work with these data members? Should they be public? Private? Do you let other code access them directly? And what is the difference between a field and a property? This episode will help you get and set your data members.