difference between keyword internal and protected?
Answer Posted / jebasingh luccas
Major different between these internal and protected
keyword reside on scope in which it can be accessible.
internal defines the scope with in the assembly and
protected defines the scope to the derived
(sub) class.
Is This Answer Correct ? | 39 Yes | 6 No |
Post New Answer View All Answers
Does a class need a constructor c#?
What is console readkey in vb net?
Is unity object oriented?
Is c# dictionary a hash table?
Is friend a constructor?
How do I run managed code in a process?
What is a int in c#?
Which class does the remote object has to inherit?
Do void methods have parameters?
What is difference between tostring() vs convert.tostring() vs (string) cast
What is a method signature?
What do you mean by thread safe in c#?
Do loops in c#?
Structs are not reference types. Can structs have constructors?
What is float in unity?