what is the difference between abstract class and
Interface?where we can use it in realtime projects?
Answer Posted / khaleek ahmad
Abstract class is a special kind of class which can not be
instantiated while Interface is an Entity. You can define
some methods in Abstract class but can not in interface
For more detail see at
http://interview-preparation-for-you.blogspot.com/2010/10/difference-between-abstract-class-and.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is nan inf?
How will you reverse a link list without using recursion?
What is use of inner class in java?
what is deadlock? : Java thread
Can a class have more than one object?
Why java is a platform independent? Explain
What class allows you to read objects directly from a stream in java programming?
How does a for loop work java?
How many threads can I run java?
How do you declare an array in java?
Difference between start() and run() method of thread class?
Define "Access specifiers" in java.
How do you invoke a method?
What is meant by tab pans?
What is unicode in java?