Making a class inheritable only

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark

    #1

    Making a class inheritable only

    Hi all, quick question, how do I make a define a class as being inheritable
    only??

    Thanks
    Mark


  • Omni

    #2
    Re: Making a class inheritable only

    Hello,

    "abstract" in C# and "MustInheri t" in VB.NET.


    Comment

    • Mark

      #3
      Re: Making a class inheritable only

      Cool thanks :)
      Mark


      Comment

      Working...