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
How large is a boolean?
Can we access instance variables within static methods ?
What are the main differences between notify and notifyAll in Java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
How variables are stored in memory?
how to write a program for sending mails between client and server
What is the default size of arraylist in java?
What is exception hierarchy in java?
What is keyset in java?
What is a boolean in java?
What is a java developer salary?
What are data types in oop?
What is return code?
What is primitive data type in java?
What is the longest unicode character?