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 is data and its types?
What is main method?
Explain importance of inheritance in java?
What are namespaces in java?
What is ide with example?
Will set allow duplicates in java?
Difference between a process and a program?
What is http client in java?
what is anonymous class in java?
What does the @override annotation do?
What does yield method of the thread class do?
What do you mean by inner class in java?
What is the flag in java?
Which is fastest collection in java?
What are the four versions of java?