why abstract class does not have object creation
Answer Posted / nikhil agrawal
Abstract class containing abstract method as well as concrete method(Having body). The purposes of object creation is to call the method.but the class containing incomplete method means abstract method. its not possible to call incomplete method whose body is not defined. that's why Abstract class does not have object creation.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can inner class be public in java?
Which sorting is used in arrays sort in java?
What is classpath?
What is return used for in java?
What is treeset in java?
Explain when classnotfoundexception will be raised ?
what invokes a threads run() method? : Java thread
Why do I need to declare the type of a variable in java?
When should I use singleton?
What do you mean by mnemonics?
What is the map interface in java programming?
State the difference between creating string as new () and literal.
How to perform selection sort in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
How do you sort in java?