Path: utzoo!attcan!uunet!bu.edu!purdue!mentor.cc.purdue.edu!j.cc.purdue.edu!brazil.psych.purdue.edu!zhou From: zhou@brazil.psych.purdue.edu (Albert Zhou) Newsgroups: comp.object Subject: Re: ADT vs. Objects Message-ID: <11470@j.cc.purdue.edu> Date: 13 Nov 90 01:41:32 GMT References: <658426218.13725@minster.york.ac.uk> Sender: news@j.cc.purdue.edu Reply-To: zhou@brazil.psych.purdue.edu (Albert Zhou) Organization: Purdue University Lines: 4 My understanding about the difference between ADT and OOP is that ADT just contains data structure while an object contains both the data structure and algorithm. In another word, an object alone can do a task, while ADT just prepare the materials for the task.