why abstract class does not have object creation
Answer Posted / ashutoshssolankar
we cant create object of the Abstract class because of the
concrete method have no body but we can create object of
another class by using overriding the method of the Abstract
class in another class.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the difference between a scrollbar and a scrollpane?
What is size () in java?
Name container classes in java programming?
What is the difference between a synchronized method and a synchronized block?
Why char array is preferred over string for storing password?
What is an interface in java?
What happens to the Exception object after handling an exception?
Explain how to force the garbage collection in java.
What is the method overriding?
What are the types of methods in java?
What about interrupt() method of thread class ?
Is char a data type in java?
Can we pass a primitive type by reference in java? How
Is string is a keyword in java?
Can we make constructors static?