|
help me. If I post in wrong place. forgive me. I hope some one can Refactor following code for me! We have a system with 6 application. One application (Named it ContrlPanel) is a control center, it get command from UI and order other application do some work. All these application communicate with each other through share... 26 Sep 2006 00:40
Polymorphism Downsides (was: what's the future of Object Oriented Programming) Phlip wrote: Bruno Desthuilliers wrote: Haven't you read Design Patterns? Yes, I have. But this debate is about advantages and disadvantages of polymorphism. Not about different design patterns. I clearly see how polymorphism can help, but I fail to see what the "disadvantages" o... 25 Sep 2006 17:18
what's the future of Object Oriented Programming I am interested in hearing everyone's opinion on what they think the future is of Object Oriented programming. I have spend most of my career with object oriented concepts (12+ years ) but recently with AJAX and the free tools, I really wonder what the future of OO is. I recently launched a business written co... 23 Sep 2006 04:27
Deriving - .NET example Hi, Sorry for pushing the topic, but I still have some doubts about it and would like to hear from you. The example I'm going to give is based on the .NET Windows Forms, but it's really a design related question not related to technology. I'll try to explain the relevant stuff to non .NET people, so if you ... 8 Sep 2006 14:46
Abstract public member variales? I have a rather awkward problem domain and I have found a potential solution, but it is rather tentative and unsettling. The problem with it is that it exposes member variables almost directly to the user, almost as if they were public. The domain I am dealing with is an adventure game that involves many var... 9 Oct 2006 04:00
Name of construct Hello, I'm looking for the name of a OO construct. It is used in jMock for example and looks like this: mockSubscriber.expects(once()).method("receive").with( eq(message) ); It is used to increase the readability of code. I think there is a term for such constructs. But I can't remember it. Ciao, Jens ... 24 Aug 2006 11:31
delegation vs. inheritance Hi everybody, recently I was thinking about the concepts of delegation and inheritance. My idea was to simplify huge classes by dividing them in a base class and additional class that provide other attributes / aspects / functionality. This way it would be possible to create small customizable classes easily an... 12 Sep 2006 06:20
polymorphism On 8 Jul 2006 12:46:09 -0700, Davor wrote: topmind wrote: Besides my criticisms are about OO, not imperative. I thus don't understand your complaint. OK, maybe this will help, my feeling is that you are throwing at comp.object community a challenge that follows following pattern: In *my* a... 11 Jul 2006 16:14
UML Use cases --> Context diagram Hi. What I have: All the Use cases of a future system. What I need: A context diagram of the system. Questions: would each actor be an external entity in the context diagram? TIA ... 9 Jun 2006 13:46
sequence diagram for observer pattern hi i have been trying to design sequence diagram for the Observer patterns but have hit a road block....given below is the brief description... Given below is a single Subject and three observers (for example sake)...the Subject is responsible for invoking the notify on it self whenevr its state changes...and ... 30 May 2006 17:07 |