Re: Is this too much OOP?
- From: "topmind" <topmind@xxxxxxxxxxxxxxxx>
- Date: 21 Sep 2006 14:53:26 -0700
Bruno Desthuilliers wrote:
needin4mation@xxxxxxxxx a écrit :
Beginner OOP Question.
I wanted to know if real designers that know OOP - that really use it
to create applications - use the models found in books.
For example, I am writing a web application with asp.net c#. It will
handle employee data. In books I usually see the example that there is
a base employee class. From that class, a specialization is done when
a Manager or line staff employee derives from the employee class.
Burn that book. This is one of the most braindead examples of subtyping.
I've met some OO proponents who have defended that technique. However,
they are probably not the majority of OO proponents.
-T-
.
- References:
- Is this too much OOP?
- From: needin4mation
- Re: Is this too much OOP?
- From: Bruno Desthuilliers
- Is this too much OOP?
- Prev by Date: Re: Is this too much OOP?
- Next by Date: Re: Abstract public member variales?
- Previous by thread: Re: Is this too much OOP?
- Next by thread: Re: Is this too much OOP?
- Index(es):
Relevant Pages
|