inheritance overuse?
- From: bob <bob@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Jun 2012 12:39:48 -0700 (PDT)
Am I the only one who thinks that inheritance tends to get confusing quickly when an object has a lot of ancestors? For instance, in Java, a class might be derived 7 times over. Then, it seems like you're expected to look thru the docs for those 7 ancestor classes to figure out how to use the object. Are there good rules of thumb as to how deep inheritance ought to go?
.
- Follow-Ups:
- Re: inheritance overuse?
- From: Daniel Pitts
- Re: inheritance overuse?
- Prev by Date: Re: the UI thread
- Next by Date: Re: inheritance overuse?
- Previous by thread: the UI thread
- Next by thread: Re: inheritance overuse?
- Index(es):