What is Public access modifier in C#?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online OOP Job Interview Questions And Answers