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 are the steps that are followed when two computers connect through tcp?
What are the files generated after using IDL to java compiler?
Explain public static void main(string args[]) in java.
How many static init can you have?
Explain the significance of class loaders in bootstrap?
Explain 5 features introduced in jdk 1.7?
What is data and its types?
Why chararray() is preferred over string to store the password?
How do you add an element to a hashset in java?
Does every java program need a main?
What is the difference between size and length in java?
What are the differences between throw and throws?
What is the difference between call by reference and call by pointer?
How big is a 32 bit integer?
What are methods in java?