Answers

Question and Answer:

  Home  OOP

⟩ What is Public access modifier in C#?

The public keyword is an access modifier for types and type members ie. we can declare a class or its member (functions or methods) as Public. There are no restrictions on accessing public members.

 210 views

More Questions for you: