Difference between abstract class and Interfaces?
Answer Posted / loganathan s
abstract is a class and its fulfilling while the subclass
is extends the abstract class methods.
where as interface also a class it declare a methods.we
must override all the methods at implements the interface.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between import java.util.date and java .util?
What are facelets templates?
What is update method called?
What is a conditional equation?
What is size_t?
What is hashing in java?
What is the difference between instanceof and isinstance?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What happens if an exception is not handled in a program?
Difference between string, string builder, and string buffer?
For class CFoo { }; what default methods will the compiler generate for you>?
What is the difference between final, finally and finalize() in java?
What is a methodologist?
Why java is considered as platform independent?
Mention some interfaces implemented by linked list in java.