Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!ames!ucbcad!ucbvax!jade!lapis.berkeley.edu!oster From: oster@lapis.berkeley.edu.UUCP Newsgroups: comp.lang.misc Subject: Re: Is Object-Oriented Programming more than graphics? Message-ID: <2467@jade.BERKELEY.EDU> Date: Sat, 7-Feb-87 14:46:23 EST Article-I.D.: jade.2467 Posted: Sat Feb 7 14:46:23 1987 Date-Received: Tue, 10-Feb-87 04:11:53 EST References: <364@oracle.tc.fluke.COM> <438@apple.UUCP> <519@geac.UUCP> Sender: usenet@jade.BERKELEY.EDU Reply-To: oster@lapis.berkeley.edu.UUCP (David Phillip Oster) Distribution: comp.lang.misc Organization: University of California, Berkeley Lines: 4 OOP is a natural metaphor for any problem involving distributed systems. The model of a collection of objects communicating via message passing, is identical to the actual situation, where each object is implemented via a separate process running on its own processor.