Re: Making a field/operation invisible for intellitip

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Kevin Yu [MSFT] (v-kevy_at_online.microsoft.com)
Date: 12/18/04


Date: Sat, 18 Dec 2004 03:26:45 GMT

Hi Lars-Erick,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to hide a method which is
derived from base class. If there is any misunderstanding, please feel free
to let me know.

I agree with Dennis's idea. As far as I know, this is impossible for us to
achieve this. Because according to the OOP specs, a derived class should
"support" all the base class methods. So if the based class is abstract, we
have to implement all it's methods.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."



Relevant Pages

  • Re: Application.Run() problem
    ... still am very much confused about the paint event handler. ... It most obviously should be the derived class, ... It seems that you're not understanding how inheritance works. ... which ensures that the base class uses the same ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Very Confused on Page 33
    ... On page 33 Bruce is explaining inheritance. ... > base class you can also send to objects of the derived class. ... The programmatic difference enables the subclass ...
    (comp.lang.java.help)
  • Re: attribute or subclass
    ... With inheritance the derived class code ... reference in place of the base class reference. ...
    (comp.object)
  • Re: C# inheritance broken?
    ... class as a derived class, you can do the opposite though. ... Ignacio Machin ... issue of inheriting a base class ... You can't use a base class instance as though it were a derived class ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: C# inheritance broken?
    ... class as a derived class, you can do the opposite though. ... Ignacio Machin ... and providing a method for the base class object to become the object at ... You can't use a base class instance as though it were a derived class ...
    (microsoft.public.dotnet.languages.csharp)