why abstract class does not have object creation
Answer Posted / meenakshi
absract class contain defined and undefined methods,,so when we create object for abstract class we need to override both defined and undefined methods inorder to avoid overriding defined methods for abstract class there is no object creation...
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What does t in java mean?
What is the difference between overriding & overloading?
Where are local variables stored?
What is class forname?
what is singleton class in java?
Define class?
What is the difference between procedural and object-oriented programs?
What is jagged array in java?
What is the use of static class?
Is java a super set of javascript?
Is null in java?
What is protected access modifier?
What is the difference between a loader and a compiler?
What is foreach loop in java?
What is a priority queue java?