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

content/software-design-and-architecture
Kamran Ahmed 2 years ago committed by GitHub
parent 9ce2301127
commit 9d889d848c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/102-scope-visibility.md

@ -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)
Loading…
Cancel
Save