.net

Programming, for all ages and all languages.
Post Reply
rich_m

.net

Post 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.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:.net

Post 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#.
Every good solution is obvious once you've found it.
mystran

Re:.net

Post by mystran »

I wouldn't want to have my base class in COBOL.
Post Reply