Bhuvanesh Mohankumar
What is the default access for a class?
By Bhuvanesh Mohankumar in .NET on May 08 2016
  • Afshan Khan
    Feb, 2018 23

    Default access provider at namespace level is internal and else within class or other methods it private . You can create sample console application to test this .

    • 2
  • hari Krishnan
    Dec, 2017 22

    Internal

    • 2
  • Amit Verma
    Dec, 2017 15

    By default a class is internal in c#

    • 1
  • Bhuvanesh Mohankumar
    May, 2016 8

    Default access specifier for a class type is internal.

    • 1
  • Ashutosh Dwibedi
    Nov, 2023 10

    internal

    • 0
  • p khot
    Mar, 2021 12

    default access modifier of class is private

    • 0
  • srikanth Reddy
    Feb, 2020 1

    fsfa

    • 0
  • Sandeep Jadhav
    Jan, 2020 24

    internal

    • 0
  • Amit Verma
    Dec, 2017 15

    By default a class is internal in c#

    • 0
  • Amit Verma
    Dec, 2017 15

    By default a class is internal in c#

    • 0
  • Mukesh Kumar
    Aug, 2017 31

    Public

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS