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


Please Help Members By Posting Answers For Below Questions

Write a program to find the whether a number is an Armstrong number or not?

1107


Explain public static void main(string args[]) in java.

1084


What is java string pool?

1088


What do you mean by an interface in java?

1107


What is a constructor overloading in java?

1131


What is a classloader in java?

1096


Write a program to print count of empty strings in java 8?

1092


Is minecraft 1.15 out?

1049


What is parsing in java?

1046


What is an object in java and how is it created?

1147


explain different ways of using thread? : Java thread

1089


How to sort array in descending order in java?

999


What are the differences between heap and stack memory in java?

1151


Differentiate between static and non-static methods in java.

1131


What is the difference between break and continue statements?

1131