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
Why is a singleton bad?
What is string pool?
Explain the meaning of java applet.
Is void a return type?
What is the difference between a switch statement and an if statement?
What is the different types of functions?
Difference between collection, collection and collections in java?
Differentiate between a constructor and a method? Can we mark constructors final?
How many types of exception can occur in a java program?
Describe what happens when an object is created in java ?
What is the byte order of byte buffer?
What is a buffer in java?
What is this () in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Which method must be implemented by all threads?