what is the use of abstract class?
Answer Posted / malay
Abstract class should must used for only implemented the
body in its Subclass and also implemented the astract
methods in ts subclasses.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What are the differences between wait() and sleep()?
What data type is string java?
Explain the protected field modifier?
Can we pass null as argument in java?
How do you initialize an arraylist in java?
Is vector ordered in java?
Are variables stored in ram?
What happens when a thrown exception is not handled?
How to sort list of list in java?
Where are register variables stored?
What is the synonym of string?
What is the difference between yielding and sleeping in java programming?
What is java in layman terms?
What classes of exceptions may be caught by a catch clause in java programming?
What is the major drawback of internal iteration over external iteration?