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
How can a gui component handle its own events in java programming?
What does a method signature consist of?
What is the difference between method overriding and overloading?
Explain the difference between arraylist and linkedlist in java?
What are methods in java?
What are the drawbacks of reflection?
How do you find the maximum number from an array without comparing and sorting?
What is array and arraylist in java?
Can you extend main method in java?
Are arrays immutable in java?
What is output buffer?
Explain working of call by reference function invoking.
Why java is considered dynamic?
What are the steps that are followed when two computers connect through tcp?
Write a code to show a static variable?