Need to improve oops concepts
-
Hi, I need to improve oops advancd concepts and learn advanced in c# dot net. any one can help to me .
-
Hi, I need to improve oops advancd concepts and learn advanced in c# dot net. any one can help to me .
A good place to start with taking your OO ability to the next level is to understand something called SOLID. Now, a guy called Bob Martin popularised these principles, and you can find details here[^]. In a nutshell, it's how to approach writing complex systems using easy to understand principles. Now, although these principles are easy to understand, it doesn't stand to reason that they are easy to apply. Applying SOLID is hard - primarily because there's always a temptation to cut corners. Please note that these aren't the only principles you can use - Bob goes on to list other principles that can be applied in the article, but these are a good place to start. Can I suggest that you change your user name? If you want to be spammed, your user name here is a good way to go about it.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
Hi, I need to improve oops advancd concepts and learn advanced in c# dot net. any one can help to me .
After you've learned the basics of OOP, read Design Patterns (Gamma et al) for the advanced concepts. Design patterns are how you use OOP to solve problems.
"Microsoft -- Adding unnecessary complexity to your work since 1987!"
-
Hi, I need to improve oops advancd concepts and learn advanced in c# dot net. any one can help to me .