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 we increase array size dynamically in java?
How to perform merge sort in java?
Which is best ide for java?
What is the nested interface?
What does nextint () do in java?
Describe what happens when an object is created in java ?
Why java uses the concept of the string literal?
What is parsing in java?
What is treeset in java?
what are the disadvantages of indexes in oracle?
What are the types of relation?
Is it possible to instantiate the abstract class?
Why is String immutable?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is the difference between java applets and applications?