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
what is the difference between yielding and sleeping? : Java thread
What are the advantages of autoboxing?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What are the advantages of unicode?
What is the main purpose of serialization in java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Why declare Main() method as a static in java ?
What about static nested classes in java?
Can we have return statement in finally clause? What will happen?
Is this valid in java ? Can we instantiate interface in java?
What is a flag value?
What are different types of inner classes ?
What do you mean by inner class in java? Explain
What is string in java?
What is the difference between math floor and math round?