| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
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 - 14:43:14 CDT
![]() |
![]() |