Can you create an object of an abstract class?



Can you create an object of an abstract class?..

Answer / Vikas Kumar Tripathi

No, an object cannot be created from an abstract class directly. An abstract class serves as a base for other classes and must be extended and instantiated through its subclasses.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why we used break and continue statement in java?

1 Answers  


What is the difference between array and array list in java?

1 Answers  


Can you make a constructor final?

1 Answers  


Does treeset allow null in java?

1 Answers  


What is initial size of arraylist in java?

1 Answers  


Does java allow overriding static methods ?

1 Answers  


When garbage collector invokes object?s finalize() method?

5 Answers  


What programs use java?

1 Answers  


Is c better than java?

1 Answers  


What is string made of?

1 Answers  


What is the use of an interface?

3 Answers  


worst case complexities of Quick sort and Merge sort.

1 Answers   Amazon,


Categories