Creation of Children Classes to further abstract related class details.
When not to do downstream abstraction
The idea here is we have a class (or classes) that we create a parent for. Often not a good idea as used by programmers to fix a design flaw. Consider creating a interface before the creation of a real super-class.
The idea here is we have a class (or classes) that we create a parent for.
Often not a good idea as used by programmers to fix a design flaw.
Consider creating a interface before the creation of a real super-class.