OOPs Concepts
Programming and Technical
Programming
Definition
When should I use abstract classes and when should I use interfaces?
Read Solution (Total 1)
-
- When there is no implementation that has been provided then use interface
While if partial information is known about the implementation use abstract class - 9 years agoHelpfull: Yes(1) No(0)
OOPs Concepts Other Question