Why we use abstract class?how they are useful for us?

Why we use abstract class?how they are useful for us?

vivek k
Views: 508 | Community Opinion: 1



Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Pranav Said..

Abstract class is used when we have some default implementations of a class. They are used when we are sure that our class won't extend any other class (in java). They are useful as they inform us the type of a class, by simply looking at class and its parent.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: