Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)

From: Robert Martin <unclebob_at_objectmentor.com>
Date: Sun, 11 Jun 2006 21:43:14 +0200
Message-ID: <2006061121431444303-unclebob_at_objectmentorcom>


On 2006-06-01 19:19:45 +0200, "Mikito Harakiri" <mikharakiri_nospaum_at_yahoo.com> said:

> Well, it is easy to understand what the domain of numbers is and what
> operations are among them. So I can implement the Integer class. Can
> you write a definition of Function class?

class Function {
  public void setArgument(string name, Object value);   public void do();
  public Object getResult(string name);
}

-- 
Robert C. Martin (Uncle Bob)  | email: unclebob_at_objectmentor.com
Object Mentor Inc.            | blog:  www.butunclebob.com
The Agile Transition Experts  | web:   www.objectmentor.com
800-338-6716                  |
Received on Sun Jun 11 2006 - 21:43:14 CEST

Original text of this message