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 is time complexity java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What do you know about the garbate collector?
Can this keyword be used to refer static members?
Can a static member function access member variable of an object?
What is treemap in java?
What is difference between static class and normal class?
What is a generic code?
What are the legal operands of the instanceof operator?
Explain what access modifiers can be used for variables?
Differentiate between a constructor and a method? Can we mark constructors final?
What is object-oriented programming?
What is a control variable example?
Is void a wrapper class?
What are the Main functions of Java?