Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

interface and abstract class

i would like to know about interface and abstract classes.
i read as
you need some classes to use some methods which you don't want to be included in the class, then you go for the interface, which makes it easy to just implement and make use of the methods defined in the interface.

abstract classes when
Abstract classes are an excellent way to create planned inheritance hierarchies. They're also a good choice for nonleaf classes in class hierarchies.

I am not clear on this this explanation. Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of SafetyFish
SafetyFish
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kevin Cross
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.
Sounds good to me.