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 hashcode () and equals () used for?
What flag up means?
Is null a string in java?
What is the difference between a window and a frame in java programming?
What is the dot operator?
What languages are pass by reference?
What is boolean law?
Is java a super set of javascript?
Can we inherit a class with private constructor?
What are the two main uses of volatile in Java?
How many threads can I run java?
Why can't we override private static methods?
What is static variable with example?
Define inheritance with reference to java.
What is difference between synchronize and concurrent collection in java?