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
What is the byte range?
Explain throw keyword in java?
What is the purpose of encapsulation?
How many types of threads are there in java?
What is a local class in java?
What is a singleton factory?
How many types of methods are there?
What is constructor chaining in java?
What is byte value?
Is multiple inheritance supported by java?
Can we catch more than one exception in a single catch block?
What is Hierarchy of exception?
Can private class be inherited in java?
What is class variable java?
What are the types of web technologies?