Page 1 of 1
.net
Posted: Sat Oct 23, 2004 1:15 pm
by rich_m
i heard some thing that in .net we can have a base class in c++ and inherited class in java...
is it possible??.. if it is then which compiler can I use.
Re:.net
Posted: Sat Oct 23, 2004 1:38 pm
by Solar
All languages supported by .NET's "Common Language Interface" can interchange their objects / libraries.
However, standard C++ isn't supported by .NET - just "managed" C++, C++/CLI (if I remember correctly), and Microsoft's idea of the next generation language, C#.
Re:.net
Posted: Sat Oct 23, 2004 2:44 pm
by mystran
I wouldn't want to have my base class in COBOL.