Java
Programming and Technical
What is the difference abstract class
and interface?
Read Solution (Total 1)
-
- Abstract class-this contain abstract as well as non abstract method means u can give definition of method
Interface -in this all the method are abstract and u can't give the definition of the method - 8 years agoHelpfull: Yes(0) No(0)
Java Other Question