Can you make an instance of an abstract class?
Answer Posted / anitha
Directly we con't Instantiate an Abstract Class.but through
an implementation class we can do it.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a methodologist?
How do you achieve singleton?
What are the two types of java?
What is an object in java?
Can we have any other return type than void for main method?
what is thread in Java ?
What is main function purpose?
What is tree node in java?
What are different types of arrays?
Can we create a class inside a class in java?
Explain the importance of finally block in java?
How to display names of all components in a Container?
Why call by value prevents parameter value change?
What is oop principle in java?
What are voids?