[Mono-list] Stubbing out classes

Miguel de Icaza miguel@ximian.com
16 Apr 2002 03:38:15 -0400


> - What's the Mono's policy about interfaces/methods that are internal
> and not much documented. For example, AccessibleObject has internal
> interface IAccessible, will these methods need to be stubbed out?

We do not need internal classes.  The Microsoft internal classes are
implementation details for their code, that are not necessarily going to
be required for our implementation.

> - Should I stub out all methods inherited from parent classes or only
> those which are expected to be overridden?

Only things that are expected to be overwritten.