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 var keyword ?
What are the steps involved to create a bean?
What are the default and parameterized constructors?
what is inner class in java?
Can you call a method in a method?
What is tostring () method?
What is the Difference between Final Class && Abstract Class?
What are parsers? Dom vs sax parser.
How can we create an immutable class in java?
Write a code to show a static variable?
What advantage do java's layout managers provide over traditional windowing systems?
How do you use find and replace?
What will be the default values of all the elements of an array defined as an instance variable?
What is boolean keyword in java?
What is the synchronized method modifier?