what is the difference between abstract class and
Interface?where we can use it in realtime projects?
Answer Posted / hanu
Both are same in many ways ..Except
if we extend that particular abstract class, we should be
implemented all those abstract methods in that class.
In the case of interface, we can implement any numbber of
methods to that interface ..
| Is This Answer Correct ? | 13 Yes | 39 No |
Post New Answer View All Answers
Explain about data types?
How is the marker interface used in Java?
What is the basic concept of java?
What is the main purpose of serialization in java?
How do you compare values in java?
Differentiate between nested and inner class in java.
What are the different types of data structures in java?
How do you implement polymorphism in our day to day life?
How do you remove all elements from an arraylist in java?
What is static keyword in java?
What is a parameter example?
Which java version is latest?
How many arguments can a method have java?
What is empty list in java?
Is map ordered in java?