Imports System Class C1 Public Private a As Integer Public Protected b As Integer Public Friend c As Integer Private Protected d As Integer Private Friend e As Integer End Class Module Accessibility Sub Main() End Sub End Module