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


Please Help Members By Posting Answers For Below Questions

How can we access some class in another class in java?

555


What is tochararray in java?

506


Explain the importance of throwable class and its methods?

569


Write a function to find out longest palindrome in a given string?

598


What is data and its types?

577






what is the major difference between linkedlist and arraylist in java?

558


What is the purpose of a transient variable?

588


What is composition in java?

730


What do you mean by garbage collection used in java?

582


Which variable is the independent variable?

544


What is e in java?

545


Can one thread block the other thread?

610


What is the role of the java.rmi.naming class?

532


What is the final method?

606


What is method and methodology?

610