what is the best technique of using OOP? [closed]
Can u give a real sample scenario using OOP structure for developing programs.
Would appreciate your response.
Thank yo开发者_Go百科u,
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.
(source: headfirstlabs.com)
精彩评论