Xref: utzoo comp.sys.next:8377 comp.lang.c++:9847 Path: utzoo!attcan!uunet!zephyr.ens.tek.com!uw-beaver!uw-june!bnfb From: bnfb@cs.washington.edu (Bjorn Freeman-Benson) Newsgroups: comp.sys.next,comp.lang.c++ Subject: Mixing C++ with Objective-C (is dynamic binding needed?) Message-ID: <13275@june.cs.washington.edu> Date: 6 Oct 90 23:37:44 GMT Reply-To: bnfb@june.cs.washington.edu (Bjorn Freeman-Benson) Organization: University of Washington, Computer Science, Seattle Lines: 12 I was glancing through the latest NeXT documents when I saw that they have C++ as well as Objective-C available. For the C++ community, this raises the question of whether adding Objective-C would be a good idea for all C++ releases (to provide dynamic binding). For the NeXT community, this raises the question of whether it is needed/useful. I don't know, maybe you can tell me... Bjorn N. Freeman-Benson P.S. Another question I have is whether the same class can be used both as a C++ class and as an Objective-C class.