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 == in java?
String class is defined under which package in java?
What is canonical name in java?
Can an interface extend another interface?
How to check if a list is sorted in java?
What data type is true or false?
What is data type in computer?
Which list does not allow duplicates in java?
Why multiple inheritance is not supported by java?
what is the purpose of the runtime class?
What is the this keyword?
What is the difference between call by reference and call by pointer?
What is the difference between size and length in java?
what is meant by abstract class?
Which containers use a flowlayout as their default layout in java programming?