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
What is regex used for?
Why char array is favored over string for the storage of passwords?
Explain the access modifiers for a class, method and variables?
What is the difference between a scrollbar and a scrollpane?
What causes memory leaks in java?
Explain what access modifiers can be used for methods?
What is fail first in java?
Is java 1.7 the same as java 7?
What is the difference between length and length() method in java?
What is the longest unicode character?
What are the important features of Java 11 release?
What do bitwise operators do?
Difference between method overloading and method overriding in java ?
How can we pass argument to a function by reference instead of pass by value?
Is a class subclass of itself?