Hi people! Hmmm.... I understand that a programmer can use and reuse a class written in other language. This other language must be a "extender" language.
This feature is based on IL code. The language A can inherits and extend a class written in language B, because both relies on IL code to execute. Then, C# is not the responsable of implement this feature. And, this feature is not embeded in C# code. A separate source code must be written in another language, and then reused in your project. In the same project, you can have a source code written in C#, and a source code file written, say, in VB.Net. For example, you can write the class library in VB.Net... or in ilasm..... ;-) ..... You can have an Account class written in C#, and extends it to CreditAccount on VB.Net. Hmm... I've seen some examples in the code of Wrox books..... www.wrox.com Angel "Java" Lopez ----- Original Message ----- From: "Peter Revill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 8:15 AM Subject: [Mono-list] using other languages in c#? [slightly OT] > (Please CC: all awnsers to [EMAIL PROTECTED]) > > OK, please read that again, i admit straight up, this may be considered > off topic by some, but im having a very difficult time with it. > > > With c#, it is my understanding that you can use other langauges in your > c# code so to speak, im sure its a bit more technical than that, but i > have three questions. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
