From 9d889d848c9a23842ecd11a3bd0d5739dc3795fd Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 23 Jan 2023 03:25:41 +0400 Subject: [PATCH] Update src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/102-scope-visibility.md --- .../101-paradigm-features/102-scope-visibility.md | 4 ---- 1 file changed, 4 deletions(-) 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