Answer Posted / san
C was developed by Mr Dennis Ritche in Bell Laboratry
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the implicit name of the parameter that gets passed into the set method/property of a class?
What are the main reasons to use c# language?
What is object pool in .net?
What does readonly mean in c#?
What is arraylist?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
How do you mark a method obsolete?
What does type safe mean in c#?
Wht executescaler method is used?
What is inheritance c#?
Explain manifest & metadata in c#.
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
Can properties be static in c#?
What is a constructor in c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?