when to use abstract class and when to use interface?
Answer Posted / rod
The above answer is wrong because it uses the word
"interface" to define itself. You simply cannot say "which
are available in the interface go for interface" because you
cannot use a word in the description of itself. It is like
saying a what is a ball...well a ball is a ball. Which is
correct but does not answer the question.
Whoever wrote the above answer does not speak english as a
first language and therefore they are confusing the issue.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is instance means in java?
Explain the inheritance?
Can list be final in java?
What are the concepts of 'OOPS'?
What is an interface in java?
What are benefits of java?
What are parsing rules?
What's the difference between comparison done by equals method and == operator?
What are peerless components in java programming?
What is the difference between overriding & overloading?
Can you give names of Container classes?
When should a function throw an exception?
Which class is the superclass of all classes?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is Gang of four design patterns