CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Nov 2002
    Location
    Tatooine
    Posts
    155

    interface vs abstract base class?

    When or why would someone use an interface over an abstract or non abstract base class? The base class could implement some code, that an interface couldn't. So when would you ever choose to implement an interface over inheriting a base class?
    Last edited by wolfofthenorth; April 20th, 2003 at 10:53 PM.
    That which does not kill us, only makes us stronger.

    MCSD .NET

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured