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
Is void a wrapper class?
Do we have pointers in java?
What is the function of log?
What is the difference between processes and threads?
What exactly is methodology?
What is dynamic binding(late binding)?
When should I use stringbuffer?
What is class array in java?
What is continuity of a function?
What restrictions are placed on method overloading in java programming?
Can I import same package/class twice?
What are data structures in java?
What is static import in java?
What are voids?
How to create an immutable class?