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 stringjoiner ?
Is there any difference between nested classes and inner classes?
Is string serializable in java?
Explain thread life cycle in java?
What is difference between class and object in java?
Explain about data types?
What is xslt in java?
What is meant by polymorphism?
Can we use string in the switch case?
What is use of static method?
What are 5 boolean operators?
What is the properties class?
Write a program to check string is palindrome without using loop?
When should you make a function static?
What is the use of volatile in java?