With Java being an object orientated programming language its important to understand what an object actually is and how we would go about using them in our java code. Conceptually wise, we can think of an object in java as anything with properties/characteristics and behaviours quite similar to how a dog may be brown and bark at a postman.
Here we'll be following the common good practises as we go over how to set up our java objects through sticking to the idea of encapsulation where we keep our code as secure as possible. We'll also cover how to then access our fields via our getters and setters in a secure manner and then how to create and instantiate our objects.
All the code from this vide can be seen in my github repository linked below and of course feel free to message any questions or comments in the description below:
https://github.com/HarshilsHowTo/10-J...
Please like share and subscribe !