mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 00:21:28 +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:
@@ -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)
|
Reference in New Issue
Block a user