1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 08:35:42 +02:00

Update src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/102-scope-visibility.md

This commit is contained in:
Kamran Ahmed
2023-01-23 03:25:41 +04:00
committed by GitHub
parent 9ce2301127
commit 9d889d848c

View File

@@ -7,7 +7,3 @@ Scope visibility refers to the accessibility or visibility of variables, functio
- Protected: A protected element can only be accessed within the class and its subclasses.
There are variations of scope visibility based on the programming language, but these are the most common.
Learn more from the following resources:
- [Scope, Visibility and Lifetime of Variables](https://www.youtube.com/watch?v=GQn46bSZE1g)