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 importance of static variable?
What is an empty list in java?
Detail discussions on JVM, memory management and garbage collector.
What are the important features of Java 8 release?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
In java how do we copy objects?
Why arraylist is used in java?
What is difference between jdk,jre and jvm?
When the constructor of a class is invoked?
What do you know about the garbage collector?
What is javac used for?
Explain the difference between hashmap and hashtable in java?
What is a method signature java?
What are the types of literals?
What is the use of list in java?