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
What is java literals?
What is ‘is-a ‘ relationship in java?
What is super?
What is the use of keywords in java?
What are register variables what are the advantages?
What is the exact difference in between Unicast and Multicast object?
What is difference between this and super keyword?
What is the purpose of interface?
Can private class be inherited in java?
Why is whitespace important?
How does a cookie work in Servlets?
What must a class do to implement an interface in java programming?
What is difference between iterator access and index access?
Is array an object in java?
What is instance means in java?