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 |
Why we used break and continue statement in java?
What is the difference between array and array list in java?
Can you make a constructor final?
Does treeset allow null in java?
What is initial size of arraylist in java?
Does java allow overriding static methods ?
When garbage collector invokes object?s finalize() method?
What programs use java?
Is c better than java?
What is string made of?
What is the use of an interface?
worst case complexities of Quick sort and Merge sort.