Linked Questions
196 questions linked to/from What is an example of the Liskov Substitution Principle?
0 votes
1 answer
29 views
Is <MethodName>'Ext' an object oriented design pattern?
When looking at some codebases, which heavily use inheritance or implementing interfaces, I often see some implementation classes or specific methods that basically call their superclass or ...