Match case on Object-oriented to Object-Oriented

This commit is contained in:
Brady Wetherington
2019-05-17 19:36:07 -07:00
parent 6544befce7
commit cfa6b5c396

View File

@@ -306,7 +306,7 @@ Theoretically, this should make the code more robust, and easier to change. Know
See also: See also:
- [Object-oriented Programming](#todo) - [Object-Oriented Programming](#todo)
- [SOLID](#solid) - [SOLID](#solid)
### The Open/Closed Principle ### The Open/Closed Principle
@@ -323,7 +323,7 @@ This principle has particular relevance for object-oriented programming, where w
See also: See also:
- [Object-oriented Programming](#todo) - [Object-Oriented Programming](#todo)
- [SOLID](#solid) - [SOLID](#solid)
### The Liskov Substitution Principle ### The Liskov Substitution Principle
@@ -340,7 +340,7 @@ This principle has particular relevance for object-oriented programming, where t
See also: See also:
- [Object-oriented Programming](#todo) - [Object-Oriented Programming](#todo)
- [SOLID](#solid) - [SOLID](#solid)
### The Interface Segregation Principle ### The Interface Segregation Principle
@@ -357,7 +357,7 @@ This principle has particular relevance for object-oriented programming, where i
See also: See also:
- [Object-oriented Programming](#todo) - [Object-Oriented Programming](#todo)
- [SOLID](#solid) - [SOLID](#solid)
- [Duck Typing](#todo) - [Duck Typing](#todo)
- [Decoupling](#todo) - [Decoupling](#todo)
@@ -376,7 +376,7 @@ This principle is complex, as it can seem to 'invert' the expected dependencies
See also: See also:
- [Object-oriented Programming](#todo) - [Object-Oriented Programming](#todo)
- [SOLID](#solid) - [SOLID](#solid)
- [Inversion of Control](#todo) - [Inversion of Control](#todo)
- [Dependency Injection](#todo) - [Dependency Injection](#todo)