Separation of concerns
- From: "Thomas Kowalski" <th-ko@xxxxxx>
- Date: 28 Mar 2007 08:01:58 -0700
Hi everyone,
I am currently quite confused about the separation of concerns things
and search here for enlightenment.
I have some classes. lets say A and B that shall implement a certain
interface (e.g. Drawable).
Now it would not be very nice if A and B would implement then directly
or?
Should I subclass like A_Draw and B_Draw or what is the current
pattern to solve this?
Thanks a lot in advance,
Thomas Kowalski
.
- Follow-Ups:
- Re: Separation of concerns
- From: Alexandr Savinov
- Re: Separation of concerns
- From: Daniel T.
- Re: Separation of concerns
- From: H. S. Lahman
- Re: Separation of concerns
- From: topmind
- Re: Separation of concerns
- Prev by Date: Re: Long Life Objects
- Next by Date: Re: OO and Extending (Was: Is Procedural Paradigm a basis of OO Paradigm?)
- Previous by thread: Design pattern to sync objects
- Next by thread: Re: Separation of concerns
- Index(es):
Relevant Pages
|