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
What is javac in java?
What is java util collection?
Print Vertical traversal of a Binary Tree.
Does java initialize arrays to zero?
How are variables stored?
What is the formula to calculate percentage?
What is the difference between static and non-static variables in java programming?
Can a class be a super class and a sub-class at the same time? Give example.
what is instanceof operator used in java?
How many types of memory areas are allocated by jvm?
explain autoboxing in java?
What is a static class in java?
What is integers and example?
What is a function in java?
What is keyset in java?