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
If a method's return type is void, can you use a return keyword in the method?
How can I make sure my c# classes will interoperate with other .net languages?
How objects are stored in memory?
What is the difference between // comments, /* */ comments and /// comments?
Explain the difference between a struct and a class?
Can we overload indexer in c#?
Can int be null in c#?
What is the difference between asp net and c#?
What is difference between value and reference types in C#.NET
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Why do we need serialization?
Can we override interface methods in c#?
What is the difference between array and arraylist in c#?
What is difference between private, protected, and public in C#?
What is serializable in c#?