Answer Posted / surendra
Abstract classes are use to give functionality to the users.
The functionality is given by the class, use use this
functionality as per his/her requirements. Abstract classes
gives additional functionality to put one or two methods
common for each user and may put others abstract to fullfill
users requirements.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why doesn't the java library use a randomized version of quicksort?
How can I become a good programmer?
What are static blocks in java ?
What is data string?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
Why declare Main() method as a static in java ?
What are the differences between forwarding () method and sendredirect() methods?
Explain the difference between protected and default access.
What does system out println () do?
How listener identify that the event came from a particular object?
What is lazy initialization in java?
What is multiple inheritance? Is it supported by java?
How can you read content from file in java?
What is meant by binding in rmi?
How many bytes is string in java?