Name some of the keywords used in VB.Net?

devquora
devquora

Posted On: Feb 22, 2018

 

Some of the keywords are namely:

  • In keyword
  • Iterator keyword
  • Module keyword
  • MustInherit keyword
  • MustOverride keyword
  • Narrowing keyword
  • NotInheritable keyword
  • NotOverridable keyword
  • Optional keyword
  • Out keyword
  • Overloads keyword
  • Partial keyword
  • ParamArray keyword
  • Private keyword
  • Partial keyword
  • Public keyword

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    VB.Net Interview Questions

    What do you understand by VB.net?

    It is an object-oriented programming language. It is the updated version of the classic visual basics language...

    VB.Net Interview Questions

    What are the shared variables?

    The shared variable is the variable that is not confined to a particular class or structure...