Can you make an instance of an abstract class?
Answer Posted / hemant chouhan
you cant create the object or instance of abstract class
but you can create the reference of that class .actually
the abstract is a incomplete class since you provide the
implementation in the subcalss of abstrace so jvm prevent
if any one create the instance of that class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which class is the superclass of all classes?
What is this keyword in java?
What do you mean by chromounits in java8?
what is anonymous class in java?
Why main method is called first in java?
What is the significance of continue jump statement? Explain with an example.
Explain JMS in detail.
What is the difference between multiple processes and multiple threads?
How can I right-justify a string?
Why is the main method static?
What are methods of a class?
What are the different approaches to implement a function to generate a random number?
Explain wrapper classes in java?
Is java a super set of javascript?
Why is the type for real numbers called double?