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
Do you know how to reverse string in java?
what is anonymous class in java?
What are void methods?
What is a programming object?
What is character in data type?
What is the abstraction?
What is namespace in java?
What happens if an exception is throws from an object's constructor?
What is double checked locking in singleton?
What is singleton math?
What mechanism does java use for memory management?
Why java is said to be pass-by-value ?
Is set ordered?
Can we write a class without main method in java?
If an object is garbage collected, can it become reachable again?