diff --git a/src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/102-scope-visibility.md b/src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/102-scope-visibility.md index e991edbdd..28415d68d 100644 --- a/src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/102-scope-visibility.md +++ b/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) \ No newline at end of file