Difference between abstract class and interface
Posted
by nectar
on Stack Overflow
See other posts from Stack Overflow
or by nectar
Published on 2010-06-03T10:20:28Z
Indexed on
2010/06/03
10:24 UTC
Read the original article
Hit count: 269
A class implementing an interface has to implement all the methods of the interface, but if that class is implementing an abctract class is it necessary to implement all abstract methods?
If not, can we create the object of that class which is implementing the Abstract class???
© Stack Overflow or respective owner