Answer Posted / basireddy
interface is used when we want all the methods implement
the methods differnetly in different situations.
Abstract class
We also use abstract classes to override the
abstract methods that it contains.Otherwise the child class
will mentioned as abstract.
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are green threads in java?
What are the two types of java?
Are arrays classes in java?
What is anagram number?
what is a working thread? : Java thread
When is the finalize() called?
Implement a stack with push (), pop() and min() in O(1) time.
Can I override protected method in java?
Can we able to pass objects as an arguments in java?
What is the difference between variable & constant?
Where are the local variables stored?
Is java 1.7 the same as java 7?
Is it possible to override the main method?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What is included in core java?