José,

> I would like your opinion about the concept of 'partial class'

This syntax is something I saw in .NET and didn't like it.
For me it look like a hack MS did to allow the separation of the
GUI definition file from the code behind file.

A better way would be to sub class MyClass into MyClass2 and add
everything needed there.

In your sample you have two MyMethod() defined for the same class.
Which of them will be used? How can the user know that?


  Chen.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to