Answer Posted / abnish kumar rajput
Abstract class is a class with may having abstract methods
or not.Whereas Interface supports multiple inheritences of
classes note that java does not directly support this concept.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does every java program need a main?
How do you implement polymorphism in our day to day life?
What is regex used for?
How to sort list of list in java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is the difference between Grid and Gridbaglayout?
What are data types in oop?
Why are global variables used?
What is difference between class and object in java?
What is the purpose of static methods and static variables?
What is the difference between inheritance and encapsulation?
When arithmeticexception is thrown?
What’s meant by anonymous class?
What is the benefit of lambda expressions?
Why is whitespace important?