Mars:

> Hello everybody.
> Quick question, is there anything like C#'s partial classes in D?

In D there are ways to compose classes, using static methods of interfaces, 
with "alias this", and even low-level ways like mixin(import("filename.d")), 
and so on. But currently there are no partial classes in D. Maybe partial 
classes will be added in future if their usefulness becomes evident :-)

Bye,
bearophile

Reply via email to