ASPDotNetChamp.Com
Daily learning of an ASP.Net Developer
Showing posts with label
C# Interview Questions
.
Show all posts
Showing posts with label
C# Interview Questions
.
Show all posts
Thursday, September 3, 2015
Daily Interview Questions #15 : What is the difference between the C# keywords ‘ref’ and ‘out’?
›
ref out Parameters passed with the prefix “ref”. By using “ref” C# imp...
Tuesday, July 8, 2014
Daily Interview Question #12 : What is the purpose of “sealed” keyword in C#?.
›
1. When you want to prevent an class from being inherited by another class, you should use “sealed” keyword in front of the class.
Sunday, June 1, 2014
Daily interview Question #10 : what is the purpose of "explicit" implementation of interface?
›
There are 2 purposes of explicit implementation of Interface: First, it is used to avoid name collision between interface methods. That i...
Tuesday, February 4, 2014
Daily Interview Question #6: What are the different types of Constructor in C#?
›
Below is the list of Constructors available in C#: 1. Default Constructor 2. Parameterized constructor 3. Static Constructor. By defa...
›
Home
View web version