I have a class which is abstract which contains only the
abstract methods. This is similar to an interface. Then, if
i have given a choice to choose one of them. Which one i
have to choose and why?
Answer Posted / venu
i preferred to choose interface bcoz
if i implement interface still i have a chance to extend
another class
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is boolean law?
Does A Class Inherit The Constructors Of Its Superclass?
Explain the JDB in depth & command line.
What are inbuilt functions?
What is the method to expand and collapse nodes in a jtree?
Is arraylist ordered?
What is assembly condition codes?
What is meant by memory leak?
What is the function of compareto in java?
Explain java coding standards for interfaces?
How do you include a string in java?
What is the dot operator?
Explain thread life cycle in java?
Explain creating threads by implementing runnable class?
What are the different conditional statements?