Can you make an instance of an abstract class?

Answer Posted / kanu

No. The abstract class can not be instantiated. They can
only be declared. The class might choose to do this if the
abstraction it represents is so general that it has to be
specialized in order to be of practical use.

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the numeric promotion?

506


What's the purpose of using break in each case of switch statement?

514


What an i/o filter in java programming?

608


Is final static java?

553


Why does java not allow multiple public classes in a java file ?

3455






does java support pointers?

568


What is an arraylist in java?

517


What is type conversion in java?

583


What is a control variable example?

534


How to create an interface?

629


What is the core java?

543


Why pass by reference is not possible in java?

502


What do you mean by byte code?

521


What is the use of arraylist in java?

530


Can anonymous class have constructor?

552