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 java virtual machine?
Does java isempty check for null?
What are the important features of Java 8 release?
How do I start learning java?
What is string array?
Does printwriter create a file?
Is null a string or object in java?
How do I know if java is installed?
What is difference between ++ I and I ++ in java?
What is :: operator in java 8?
Does apple use java?
What is string pooling concept?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
How is the marker interface used in Java?
What does int argc char * argv [] mean?