home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!lhc!lhc!warsaw
- From: warsaw@nlm.nih.gov (Barry A. Warsaw)
- Newsgroups: comp.lang.c++
- Subject: Re: Give me safe C++
- Message-ID: <WARSAW.92Dec12174137@anthem.nlm.nih.gov>
- Date: 12 Dec 92 22:41:37 GMT
- References: <9234501.15945@mulga.cs.mu.OZ.AU> <Bz2nDF.7B6@fiu.edu>
- <WARSAW.92Dec11124441@anthem.nlm.nih.gov>
- <1992Dec12.145403.26483@ucc.su.OZ.AU>
- Sender: news@nlm.nih.gov
- Reply-To: warsaw@nlm.nih.gov (Barry A. Warsaw)
- Organization: Century Computing, Inc.
- Lines: 14
- In-Reply-To: maxtal@extro.ucc.su.OZ.AU's message of Sat, 12 Dec 1992 14:54:03 GMT
-
-
- >>>>> "John" == John MAX Skaller <maxtal@extro.ucc.su.OZ.AU> writes:
-
- John> While tending to support your liking of the C++ 'hybrid'
- John> approach, I'm not so sure about 'seamlessly', are you?
-
- I think it is rather seamless in the sense that I can solve problems
- (or typically, subproblems of a larger, integrated system) using a
- functional, ADT, and/or OOP approach, and I can develop all these
- parts in a single language. Everything doesn't have to be a class in
- C++ and not all classes have to use inheritance and polymorphism. My
- only point was that I don't have to jump through hoops to solve a
- problem using these different abstraction levels. Maybe we're talking
- about different things when we say "seamless"?
-