home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!gumby!destroyer!gatech!cc.gatech.edu!news
- From: brianm@cc.gatech.edu (Brian N. Miller)
- Subject: Re: Criticisms Wanted
- Message-ID: <1992Nov8.170309.12301@cc.gatech.edu>
- Sender: news@cc.gatech.edu
- Reply-To: brianm@cc.gatech.edu (Brian N. Miller)
- Organization: College of Computing, Georgia Institute of Technology
- References: <1d8d5fINN2ro@bHARs12c.bnr.co.uk> <1992Nov7.113444.3225@netcom.com> <BxDDJy.9GC@slipknot.rain.com>
- Date: Sun, 8 Nov 1992 17:03:09 GMT
- Lines: 16
-
- In article <BxDDJy.9GC@slipknot.rain.com> robert@slipknot.rain.com.UUCP (Robert Reed) writes:
- >One criticism I've heard is that the time saved in debugging due to the strong
- >typing is consumed in optimizing.
-
- Strong typing complicates optimization? I don't think so. If anything, it
- simplifies it.
-
- >Also, I've seen complaints that tenet of information hiding and code reuse is a
- >myth with C++ because in order to understand a class you intend to reuse, you
- >must study the source code anyway.
-
- That has little to do with C++. I can't think of any language that
- unambiguously illustrates ADT behaviour in the export interface.
- Dean Jerding
- (dfj@cc.gatech.edu)
- (ccsupdj@prism.gatech.edu)
-