Video/Composition Vs Inheritance - Why You Should Stop Using Inheritance

From PKC
Jump to navigation Jump to search

Cook, Kyle (Jan 5, 2020). Composition Vs Inheritance - Why You Should Stop Using Inheritance. local page: Web Dev Simplified. 


There are quite few videos on Composition over Inheritance:

An important design pattern is that inheritance as a programming mechanism can cause more code maintenance troubles for the long run.

For example, CodeAesthetics mentioned that in one video[1]. Moreover, Web Dev Simplified also has a video[2] on this subject.


References

Related Pages

Organized by:Web Dev Simplified Presented by:Kyle Cook