Re: Type alias in C# ... Since enumerations are ValueTypes, ... why does your logic for the presence of the keyword "Structure" not apply to the presence of the keyword "Enumeration" as well? ... I just can't understand how an enum can be considered a structure when it only shares one feature of structures: ... And, using your own argument, the MSDN documentation never refers to an enumeration as a "structure". ... (microsoft.public.dotnet.languages.csharp)
Re: How about "pure virtual methods"? ... The reason why this feature is missing, is that Python supports building ... fact that B is a subclass of A means that B is supposed to implement the ... > purposes, well then, that's not duplication of code, it's documentation,... > you just getattr from the class (don't even have to bother instantiating... (comp.lang.python)
Re: Type alias in C# ... I mean, if you can't trust the definition in the *glossary*, ... The MSDN documentation for System.ValueType uses ... Interestingly enough, I searched the C# glossary, "struct" keyword definition...public enum AnEnum... (microsoft.public.dotnet.languages.csharp)
Re: System.IO and Windows 98 ... > Am I reading something wrong here? ... structure, delegate, enum) from the namespace listed in the first column? ... >> John,... (microsoft.public.dotnet.languages.vb)
Re: Design choice: subclassing or "supplementing" ... > Foo just for the purpose of overriding bar.... I'd say any programmer that just ignores 50% of the inherited modules, ... and only searches the documentation for the other half deserves what ... If you subclass, then your "main" program says 'use MyFoo;' and the ... (comp.lang.perl.misc)