R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which of the following is NOT a visibility modifier in C#?

  • (A) public
  • (B) private
  • (C) protected
  • (D) external

Explanation by: Ram Sharma
`external` is not a valid access modifier in C#. Valid ones include `public`, `private`, `protected`, `internal`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.