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
How does hashmap work in java ?
What are filterstreams?
What is the super void?
What is binary tree in java?
Can we restart a thread already started in java?
Can you call a method on a null object?
What is a subsequence of a string?
When object is created and destroyed?
What is http client in java?
What does those terms actually mean included in the j.d.k i.6?
Difference between == and .equals() ?
Where are local variables stored?
How to overcome the exception object reference not set to an instance of object?
What is the concept of multithreading?
What are conditionals and its types?