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
Why java is a platform independent? Explain
How many threads can I run java?
What is math in java?
What is multithreading in java?
What is the difference between jvm and jre? What is an interface?
Differentiate between == and equals().
What is object in java?
What is the arraylist in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What do you mean Abstraction in java?
Are variables stored in ram?
What is better - 'bit-shift a value' or 'multiply by 2'?
What are the drawbacks of reflection?
Is java good for beginners?
How does java pattern compile work?