difference between keyword internal and protected?
Answer Posted / ghouse basha s
These are access specifiers,
Internal means methods and properties will be accessible to
Classes in the Assembly
Protected means methods and properties will be accessible to
classes and in the derived assembly
Is This Answer Correct ? | 7 Yes | 21 No |
Post New Answer View All Answers
What is Web.config?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
Write a program in c# to find the angle between the hours and minutes in a clock?
What basic steps are needed to display a simple report in crystal?
Why are c# strings immutable?
Can abstract class be instantiated c#?
Is c# the same as d flat?
Explain how do I convert a string to an int in c#?
What is parsing? How to parse a date time string?
What is get set in c#?
What are sorted lists?
Explain the functionalities of satellite assembly?
Is string null or empty?
Is it possible to have different access modifiers on the get/set methods of a property?
Can we inherit sealed class in c#?