Browse by Tags
All Tags »
OOPS (RSS)
Sorry, but there are no more tags available to filter with.
Making a class abstract helps us to abstract some base functionality in the base class and it will en-force all the inherited classes to give implementation for the abstract methods. Not in all cases we will be able to give implementation for all the
Read More...