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 classes of exceptions may be thrown by a throw statement?
Which is better stringbuffer or stringbuilder?
What string is utf8?
What is polymorphism and what are the types of it?
What are the limitations of procedural programming approach?
What is memory leak and how does java handle it?
What is the purpose of the runtime class in java programming?
What is function and its uses?
What is string variable?
What is the main function in java?
What is generic type?
Why are getters and setters used?
What is stringwriter?
What data type is a string?
Why is method overloading not possible by changing the return type in java?