Java Interview Questions
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment