From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,7f8fc37d854731d6 X-Google-Attributes: gid109fba,public X-Google-Thread: 114809,7f8fc37d854731d6 X-Google-Attributes: gid114809,public X-Google-Thread: 10461e,7f8fc37d854731d6 X-Google-Attributes: gid10461e,public X-Google-Thread: 1108a1,7f8fc37d854731d6 X-Google-Attributes: gid1108a1,public X-Google-Thread: 103376,7f8fc37d854731d6 X-Google-Attributes: gid103376,public From: pcg@aber.ac.uk (Piercarlo Grandi) Subject: Re: Interesting but sensitive topic to discuss (HELP: - OOP and CASE tools) Date: 1996/11/18 Message-ID: #1/1 X-Deja-AN: 197277833 sender: pcg@osfb.aber.ac.uk references: <32813322.41C6@kyebek3.kjist.ac.kr> <55pqr5$136a@grimsel.zurich.ibm.com> <328109CD.6685@concentric.net> organization: Prifysgol Cymru, Aberystwyth newsgroups: comp.object,comp.lang.c++,comp.lang.ada,comp.lang.smalltalk,comp.ai Date: 1996-11-18T00:00:00+00:00 List-Id: >>> "menio" == Anthony Menio writes: menio> On 11 Nov 1996 > piercarl> Yes, but what's the relevance of this to the question of piercarl> whether "OO programs are systems of interacting **objects**" piercarl> rather than systems of modules (either classes or prototypes piercarl> or actors) that ``contain'' procedures that invoke each other? piercarl> Do OO programs by and large describe static relationships piercarl> between modules (or parts thereof like interfaces)? Or do they piercarl> describe collections of instances/clones of those modules (or piercarl> their types) and how they interact? menio> I think the answer to this can be found in the analysis model. menio> The analysis model descibes the objects that will be existance menio> during the systems existance. In this model and thus the menio> functioning system your interested in definate articals ie actual menio> entities not classes of entities(ie currentProcess, ActiveWindow, menio> nextTransaction, rather than definitions of the types which these menio> are instances of) . The relationships expressed are dynamic ones menio> as the effects of the messaging between these objects will be menio> related to thier state. According to your argument, which has already been seen in slightly different guises, if a bank has a customer list application, then the analysis model will describe N million objects if the bank has N million customers. If the bank acquires a new customer, or loses a customer, then the analysis model will have to be revised, for the "objects that will be in existance during the system existance" will have changed. "think before you leap"...