Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Virtual Base Classes

Virtual Base Classes

Scheduled Pinned Locked Moved C#
csharpquestion
3 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    Zeeshan Riaz
    wrote on last edited by
    #1

    What is the concept of virtual base classes in C#

    M D 2 Replies Last reply
    0
    • Z Zeeshan Riaz

      What is the concept of virtual base classes in C#

      M Offline
      M Offline
      MarkB777
      wrote on last edited by
      #2

      Virtual methods are usually placed inside absract classes (superclasses), and do some sort of 'grunt work'. Being marked virtual allows it to be overriden by methods in classes that inherit from it. Think of the concept as a stack of bricks, and when you override the virtual method, you are generally inserting another block right in the middle of the stack. Cheers,

      Mark Brock Click here to view my blog

      1 Reply Last reply
      0
      • Z Zeeshan Riaz

        What is the concept of virtual base classes in C#

        D Offline
        D Offline
        dealon
        wrote on last edited by
        #3

        Absolutely, C# don't support virtual base class. Cheers,

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups