What is the diff. b/w Interfaces & Abstract class?
Answer Posted / poorna chandar rao.yerrabothu
in java interface having a method name its not implemented
by methods it is default abstract class not mentiond the
abstract key word
but abstract class compulosory mentioned the abstract key
word but in this abstrct class concreat methods concreat
methods means some methods are implemented some methods are
not implemented
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is meant by anonymous class?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
what r advatages of websphere? & how to deploy?
Define inheritance?
What are the two ways of implementing multi-threading in java?
Is treeset sorted in java?
Can we override constructors in java?
What restrictions are placed on method overriding?
What is the use of arraylist class in java?
What is vector?
How many types of voids are there?
What is the range of the short type?
Can we use switch statement with strings?
Why call by value prevents parameter value change?
How many bytes is a char in java?