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 the collections api in java programming?
What are the differences between stringbuffer and stringbuilder?
What are the types of java?
What exactly is a .class file?
Explain creating threads by extending thread class ?
Is ruby built on java?
How do you find the absolute value?
What is the purpose of garbage collection in java? When is it used?
Why unicode is important?
When is an object subject to garbage collection?
What is the need of transient variables in Java ?
Why do we need data serialization?
What is a JAR file?
What is the difference between class & structure?
What is class??