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
Can a class declared as private be accessed outside it’s package?
what is mena by object block any what is the use of that
What is variable and its types?
Explain the importance of join() method in thread class?
What is are packages?
What is executor memory?
What is package protected in java?
Can we create our own wrapper class in java?
What is the purpose of using the java bean?
what is meant by HQL?
How can an exception be thrown manually by a programmer?
What is final, finally, finalize?
Is 0 true or false?
What are the restrictions imposed on method overriding?
explain what is transient variable in java?