About a class access specifiers and method access specifiers ?
Answer Posted / sarath
private
public
protected
internal
protected internal
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is constructor overloading in c#?
How do namespaces work?
How many kinds of elements an array can have?
What is the difference between virtual method and abstract method?
What are bitwise logical operators?
What is difference between write and writeline in c#?
What is difference between events and delegates?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
how to print invert pyramid in c#
What is difference between method overriding and method overloading?
How do I create a multilanguage, single-file assembly?
How do you sort a list in c#?
What is void in c#?
What is callback function in c#?
What happens if you add duplicate elements to a set?