|
Video Description
Access modifiers, protected and default. Public and private are not difficult and are not related to the organization of classes into packages. Protected and default are both considered ‘package’ access, but there is one difference between them – protected data and methods are always inherited into the sub-classes, but default are not inherited across package lines.
Total Time: 10 Minutes 46 Seconds Video: 3 of 4
|