why abstract class does not have object creation

Answer Posted / ashutoshssolankar

we cant create object of the Abstract class because of the
concrete method have no body but we can create object of
another class by using overriding the method of the Abstract
class in another class.

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of list in java?

512


What is an object's lock and which object's have locks in java programming?

562


Is math an abstract class in java?

529


What does percent mean in java?

586


Can a static method be overridden in java?

554






What is a java applet? What is an interface?

625


Is overriding possible in java?

499


Explain what do you mean by functional overloading in java?

550


Which method cannot be overridden in java?

586


If try block is successfully executed, Then Is Finally block executed?

602


What are different data types?

562


How to sort numbers in java without array?

521


can used Protected Class outside Function.?

608


How to find the largest value from the given array.

520


What is the parse method in java?

557