DEV Community

Discussion on: Object Oriented Programming : for self taught developers.

Collapse
 
79man profile image
MANOJ PILLAI

Check out this old article I wrote about object oriented thinking way back in 2005. I guess it's still relevant and would help newcomers.

walk2rem.blogspot.com/2005/10/what...

Collapse
 
midasxiv profile image
Midas/XIV • Edited

Thanks Manoj, I was looking for good resources to learn about UML, this article has the important 5 concepts I was looking for.

  • Encapsulation
  • Abstraction and Generalization.
  • Inheritance
  • Polymorphism
Collapse
 
79man profile image
MANOJ PILLAI

Thx for the good words. Am happy you found it useful.