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
What is jar?
How to perform linear search in java?
What is the difference between integer parseint and integer valueof?
Is the milky way in a void?
What is dynamic array in java?
How to sort list of list in java?
What is the difference between a synchronized method and a synchronized block?
Can we create object of inner class in java?
Is java based on c?
What is the difference between notify and notifyall method?
Why java is considered dynamic?
What is a treemap in java?
What is an example of a boolean?
What is the significance of java packages?
Can we overload destructor in java?