why abstract class does not have object creation
Answer Posted / sonykrishna90
bcz of abstract class have abstract methods and concrete methods in that process does n't have method body so how can know the jvm how much memory will allocate for that method so we dont have the creation of object.and another answer is abstract class abstract methods may have or may not also in that JVM was fixed for when abstract key word is coming there no object instantiation.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
Does sprintf add a null terminator?
Is java still necessary?
How do you write a conditional statement?
What are desktop procedures?
which pattern is default in scanner package?
What is the best definition for data?
Which collection is best for sorting in java?
Explain an algorithm to find depth of a binary tree.
What is string syntax?
What is t in parametric equations?
What are the pillars of java?
How many ways can we create the string object?
How do you sort a string in java?
When do I need to use reflection feature in java?
What is the diffrence between inner class and nested class?