give a practical example of abstract class and interface .
sunil goel
practical example for abstract class:
we can use account class in bank as abstract class.inreality
there will be no account we can use .but only sbaccount and current account will be exist.so we can use account class as abstract
class and we can inherits this class in sbaccount class,current account class