New answers tagged object-oriented-design
0
votes
Implementing common logic in base class
It's possible to write the same application logic without using subclasses, and in my experience, it's often even preferred. Having shared functionality in the superclass often leads to very shallow ...
Top 50 recent answers are included
Related Tags
object-oriented-design × 1731design-patterns × 605
object-oriented × 519
design × 441
java × 248
c# × 183
c++ × 102
domain-driven-design × 102
architecture × 98
inheritance × 91
class-design × 90
interfaces × 72
python × 60
solid × 56
php × 48
dependency-injection × 39
programming-practices × 38
single-responsibility × 35
refactoring × 31
uml × 31
domain-model × 30
api-design × 29
encapsulation × 28
mvc × 27
database-design × 25