Friday, April 26, 2024 14:02

Posts Tagged ‘access modifiers’

Encapsulation

Thursday, December 19th, 2019

The second fundamental principle of Object Oriented Programming is called encapsulation.  Its main definition refers to the action of hiding anything that is not essential from the outside world. It is not very difficult to understand the fact that we do not need to expose everything when we build something.… Read more

Access modifiers

Sunday, May 14th, 2017

As their name suggests, access modifiers are some programming concepts that can alter the access level of something. In more complex words, access modifiers are reserved keywords which add information for the compiler, and the piece of code related to those modifiers.… Read more


Follow the white rabbit