Mastering "O" in S.O.L.I.D 😜A class should be open for extension but closed for modification. Nai aya samajh 🤔 ? 💡 Simple Meaning: You can add new behavior to the class But you should not change its existing code Agaya samajh but Abhi clear nai hua example se dekhte hai… ...Apr 15, 2025·2 min read·26
Mastering "S" in S.O.L.I.D 😎.A class should have only one reason to change, meaning it should only do one job/responsibility. 💡 Simple Explanation: If one class handles too many things, any change in one part might accidentally break other parts. That’s risky and messy. 💻 Java...Apr 15, 2025·2 min read·6
What the Fcuk is S.O.L.I.D ?SOLID is an acronym for 5 principles that help you write better, cleaner, and maintainable code, especially in object-oriented programming.Think of them like rules for good architecture — just like building a house needs a strong base and clear desig...Apr 14, 2025·3 min read·9