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
Explain the difference between arraylist and linkedlist in java?
Can we access instance variables within static methods ?
Explain the importance of finally over return statement?
Is set ordered in java?
What is an accessor?
How to make a read-only class in java?
Is null or empty java?
What is string and example?
How do you create a reference in java?
Can we use static class instead of singleton?
What is logical variable?
Can you access the private method from outside the class?
Why string is called as immutable?
What is the difference between sop and work instruction?
How many bits is a 64 bit byte?