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
Explain java thread life cycle.
What is replaceall in java?
What is the purpose of stub and skeleton?
What is the static import?
Outline the major features of java.
Why null value is used in string?
Write a program to calculate factorial in java?
What is string intern in java?
What is assembly condition codes?
What is ++ a in java?
Difference between string, stringbuffer and stringbuilder?
why we use merge option in hybernate pls give a ex snippet
Difference between a process and a program?
Why method overriding is used?
Does treeset use compareto?