MENU

Fun & Interesting

How to write SOLID C++

platis.solutions 44,355 5 years ago
Video Not Working? Fix It Now

We all know, or should know, about SOLID. The question is, do we write C++ according to the SOLID principles? This is a quick tutorial on how to apply the SOLID principles using the C++ programming language. You can find it in a written form at: https://platis.solutions/blog/2020/06/22/how-to-write-solid-cpp/ Contents: 02:56 - Single responsibility principle 08:01 - Open/closed principle 10:35 - Liskov substitution principle 16:08 - Interface segregation principle 20:31 - Dependency inversion principle Please like, subscribe, comment and share the video to promote good programming practices. Would you like to get a more hands-on exposure on the various principles and concepts? 👉 I've got you covered with a course on Udemy that is still concise but with more details, a critical view of things and interactive labs for you to train your SOLID skills on. 🖥 Check it out at: https://plat.is/solid

Comment