can you create a function in c# which can accept varying number of arguments
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
can multiple catch blocks be executed for a single try statement?
in object oriented programming, how would you describe encapsulation?
What are virtual destructors?
what happens if you inherit multiple interfaces and they have conflicting method names?
what is the difference between a struct and a class in c#?
what are the different ways a method can be overloaded?
can you declare an override method to be static if the original method is not static?
what are nullable types in c#
Explain about Searching and sorting algorithms with complexities
Write a program to generate the Fibonocci Series in C++.
What is pass by value & reference.
What is static variable and difference between(const char *p,char const *p,const char* const p).
What are string library functions(syntax).