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 method overloading with type promotion?
How to read and write image from a file ?
What are the basics of core java?
How is tree Mirroring implemented?
What is a boolean in java?
Can extern variables be initialized?
Does windows 10 need java?
what are the states associated in the thread? : Java thread
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
How do you find the independent variable?
Difference between == and .equals() ?
Is java util list serializable?
What is a treemap in java?
What is public static?
In case of inheritance what is the execution order of constructor and destructor?