Access specifiers | Private Property | Private Methods | Object Oriented Concept | Learning Points
From this video we will learn about -
Class and object concept.
Property and methods concept.
How to protect your data using access modifier.
How to use private property from public methods.
Why we use access modifier and explanation with example