|
|
|
|
|
by eel
2173 days ago
|
|
Sometimes, but not frequently. I'll write abstract classes and inherit from those occasionally. The only times in recent memory where I have inherited a concrete class from another concrete class was to add functionality to an existing program without starting a massive refactor. |
|