Explain about Protected and protected internal, ?internal?
access-specifier?
Answer Posted / sainath
Mr.Ranganathkini,
Your explanation helped me a lot,
I need some more clarification.
suppose in your first example Class C is in namespace
Ranga.AccessTest , if it was not in the same namespace, but
let us assume that it has inherited the class A, then could
it have the access to methodA.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Is void a class?
Does c# support multiple inheritance (mi)?
How is exception handling implemented in c#?
What is a view? What is the use of it?
What is call back method?
How do you escape in c#?
What does out mean c#?
What is pure abstract class in c#?
What is datatable and dataset in c#?
What are the 2 types of data types available in c#?
How many root nodes are there in an xml document?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What is class and object c#?
What is variable and its classification?
What is main thread in c#?