1.

What are class access modifiers in VB.Net?

Answer»

Class access modifiers (CAM) are keywords that are used to specify the declared ACCESSIBILITY of the member or an OBJECT of a class. There are five types of modifiers:

  • Public
  • Protected
  • Internal
  • Protected internal
  • Private


Discussion

No Comment Found