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. Visual Basic
  4. How the virtual functions in VB.NET are called?

How the virtual functions in VB.NET are called?

Scheduled Pinned Locked Moved Visual Basic
csharphelpquestion
2 Posts 2 Posters 0 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.
  • V Offline
    V Offline
    Vasek
    wrote on last edited by
    #1

    Please, does anyone know how the virtual functions are called in VB.NET? I'm very surprised the language uses it's own words, despite of common naming conventions. Now I have a serious problem: how should I mark the function to make it virtual. Thanks Vasek VB6, C#, MS DNA, MS .NET software developer

    K 1 Reply Last reply
    0
    • V Vasek

      Please, does anyone know how the virtual functions are called in VB.NET? I'm very surprised the language uses it's own words, despite of common naming conventions. Now I have a serious problem: how should I mark the function to make it virtual. Thanks Vasek VB6, C#, MS DNA, MS .NET software developer

      K Offline
      K Offline
      Kevin McFarlane
      wrote on last edited by
      #2

      e.g., Public Overridable Sub MyMethod() End Sub Then use Public Overrides Sub MyMethod() End Sub in the Derived class Kevin

      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