adspace
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
Write a program to find the whether a number is an Armstrong number or not?
Explain public static void main(string args[]) in java.
What is java string pool?
What do you mean by an interface in java?
What is a constructor overloading in java?
What is a classloader in java?
Write a program to print count of empty strings in java 8?
Is minecraft 1.15 out?
What is parsing in java?
What is an object in java and how is it created?
explain different ways of using thread? : Java thread
How to sort array in descending order in java?
What are the differences between heap and stack memory in java?
Differentiate between static and non-static methods in java.
What is the difference between break and continue statements?