what is main difference b/w abstract class and interface
Answer Posted / bindu madhavi
Abstract class is a class which has both complete
incomplete methods.
Interface is which can have only unimplemeted methods.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is ++ operator thread-safe in java?
Can we override the overloaded method?
What is javac in java?
What is a double?
Will minecraft java be discontinued?
Can a top level class be private or protected?
How do you override a variable in java?
What are the difference between composition and inheritance in java?
Can we use this () and super () in a method?
What is an interface in java?
Where is java located?
What are multiple inheritances?
Why wait and notify methods are declared in object class?
What do you understand by the term singleton?
How do generics work?