Friday 15 March 2013

What is the difference between Abstract class and Interface?

What is the difference between Abstract class and Interface? 
Abstract class: Abstract class can contain abstract methods and concreat methods (implementation methods) (normal methods). 

Interface : An Interface contains only abstract methods(not concreat methods).



Blog Author: Vijay Kumar

Go to: Coding Problem Solutions

No comments: