CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 0.94 seconds.

  1. Re: Why method Dispose from IDisposable is not virtual?

    Because that's how interfaces are designed and that's how an interface differs from using a base class or abstract base class.

    Now if you are wondering why IDisposable has been implemented the way...
  2. Re: Why method Dispose from IDisposable is not virtual?

    Why should it be virtual?
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured