filmov
tv
Java - access to variable using methods get и set, private variables
Показать описание
Java - access to variable using methods get и set, private variables
In this video it is show how according to OOP paradigm the one should interact with class / object variables.
It is shown how to define these get() and set() methods on your own manually or let Eclipse do that for you automatically.
In the next video it will be shown how we can specify the values of the variables while we create an object.
In this video it is show how according to OOP paradigm the one should interact with class / object variables.
It is shown how to define these get() and set() methods on your own manually or let Eclipse do that for you automatically.
In the next video it will be shown how we can specify the values of the variables while we create an object.