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 should I import for arraylist in java?

512


How we can skip finally block of exception even if some exception occurs in the exception block in java?

528


Discuss 2D arrays.

612


Explain the concept of proper inheritance?

623


What defines function?

544






How do you find the independent variable?

519


What is an 8 bit word?

598


What is an object’s lock and which object’s have locks?

509


How do you sort in ascending order in java?

526


Can we have 2 main methods in java class?

543


What is the largest data type in java?

512


How many types of assembly languages are there?

531


Can we assign integer value to char in java?

515


Explain importance of finally block in java?

588


What is the use of a copy constructor?

575