Difference between abstract class and Interfaces?
Answer Posted / ravikiran
abstract class is the one which canhave both abstract as
well as non abstract methods
Interface is the one which has all the methods are abstract
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the differences between stringbuffer and stringbuilder?
What is a parameter in simple terms?
Will minecraft java be discontinued?
Which is better ascii or unicode?
Is main is a keyword?
What is a treemap in java?
What is passed by reference and pass by value ?
What is the benefit of lambda expressions?
What happens when heap memory is full?
What is meant by memory leak?
What is default switch case? Give example.
Explain the polymorphism principle?
What is the mapping mechanism used by java to identify IDL language?
Why local variables are stored in stack?
Does list maintain insertion order java?