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
What is the requirement of thread in java?
List some java keywords sun like c, c + + keywords?
Write a program to print fibonacci series
What is token in java?
Can you override static methods?
what are abstract functions?
Why collection is called framework in java?
Why stringbuffer is faster than string?
What are 3 boolean operators?
What is a jagged array in java?
What are Normalization Rules? Define Normalization?
Is map sorted in java?
Is namespace same as package in java?
How many types of operators are there?
What is a line break example?