Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site umcp-cs.UUCP Path: utzoo!linus!decvax!harpo!floyd!cmcl2!seismo!rlgvax!cvl!umcp-cs!brad From: brad@umcp-cs.UUCP Newsgroups: net.lang Subject: Re: Gotos in programming languages Message-ID: <7506@umcp-cs.UUCP> Date: Thu, 14-Jun-84 22:34:26 EDT Article-I.D.: umcp-cs.7506 Posted: Thu Jun 14 22:34:26 1984 Date-Received: Sat, 16-Jun-84 00:45:13 EDT References: <1979@mit-eddi.UUCP> <5400007@ea.UUCP> Organization: Univ. of Maryland, Computer Science Dept. Lines: 20 >1)"An object is a data structure together with a set of procedures that >operate on it." >2)Data encapsulation "localizes (and conceals) the details of an object." >3)To get data abstraction, "extend the idea of user-defined types to allow >user-defined capsule types." >4)"Programs in which all (logical) data structures are encapsulated are >called object-oriented." >