What are the good practices to use while designing for reuse
8 August 2009
489 views
No Comment
We will move common functinality in base class or create the abstract class with common concrete methods and leave remaining for implemenetation also you can create interfaces.
Popularity: 2% [?]
Related interview questions
- What is object slicing
- Is it possible to create constructor for an Abstract class?
- What is differance between Abstract and Interface
- What is method overloading?












Leave your response!
You must be logged in to post a comment.