Answer Posted / harshavardhan
In Inheritance , class become more general and more
abstract.Ancestor classes are more general, i.e more basis
for other classes.Abstract classes can have fields and
concrete methods.Methods are declared not defined so we can
not create objects. but we can create object variables of an
abstract class. but such variable must refer to an object of
a nonabstract subclass.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Explain about fail safe iterators in java?
What is null in java?
What is an inner class in java?
Why is the type for real numbers called double?
Which browsers work with java?
what is the difference between a threads start() and run() methods? : Java thread
What is string [] java?
What is class array in java?
Are floats faster than doubles?
What are the uses of java?
How do generics work?
What is method in research paper?
Can an abstract class be a final class?
Is string is a keyword in java?
Can string be considered as a keyword?