0

Can u give a real sample scenario using OOP structure for developing programs.

Would appreciate your response.

Thank you,

lord
  • 27
  • 2
  • If this is a genuine interest of yours, and not homework or similar, you may find *Design Patterns: Elements of Reuseable Object-Oriented Software"* by Gamma, Helm, Johnson, and Vlissides interesting: http://en.wikipedia.org/wiki/Design_Patterns_(book) It's sometimes called the "Gang of Four" (or even just GoF) book – T.J. Crowder Jun 26 '10 at 06:36

1 Answers1

1

OOP principle - program to interfaces

What does "program to interfaces, not implementations" mean?

For more of OOAD, read this book. It explains majority OOAD principles and techniques very well.

alt text
(source: headfirstlabs.com)

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
this. __curious_geek
  • 42,787
  • 22
  • 113
  • 137