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.
.net
Re:.net
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#.
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.