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 we able to pass objects as an arguments in java?
What are different types of classloaders?
What is a parameter example?
What is a locale?
What are format specifiers in java?
What is a memory leak in java?
what are the disadvantages of indexes in oracle?
how come we know the object is no more used in the class?
Explain the difference between hashmap and hashtable in java?
Write a program to reverse a number in java?
What do you know about java?
What function extracts specified characters from a string?
What are data types in oop?
What is difference between static class and normal class?
What are the main concepts of oops in java?