is memory to the abstract class allocated ..or objects not
instantiated
Answer Posted / swetha
no,since we cannot instantiate objects for an Abstract class
memory is not allocated for an abstract class
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what is nested class in java?
What about instanceof operator in java?
What is Java Annotations?
What is an example of a boolean?
Can you make a constructor final in Java?
What is the difference between break and continue statements?
Why string objects are immutable in java?
Is an empty arraylist null?
What is maximum size of arraylist in java?
What are the properties of thread?
Do we need to manually write Copy Constructor?
Explain the use of sublass in a java program?
What is meant by nested loop?
Why put method is idempotent?
What is Gang of four design patterns