what is difference between class & interface

what is difference between class & interface

saranya
Views: 223 | Community Opinion: 1



Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
poonam Said..

Interfaces are syntactically similar to classes, but they lack instance variables,and their methods are declared without any body.One class can implement any number of interfaces.Interfaces are designed to support dynamic method resolution at run time.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: