when to use abstract class and when to use interface?
Answer Posted / ram
Abstract class is used when and what methods are used
exactly while in interface,the methods are defined for
future use.
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
Describe the Big-O Notation.
What is an empty list in java?
What is an object's lock and which object's have locks in java programming?
Tell us something about an iterator.
What are thread local variables?
How many digits can a float hold?
How many bytes are there?
What is the purpose of abstract class?
Can I declare a class as private?
Can you explain the private protected field modifier?
What is the final class modifier?
How many threads does a core java have?
Difference between this() and super() in java ?
What is a methodologist?
What does nextint () do in java?