| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What does virtual keyword mean ? | TCS | 1 |
| What is stack and heap? | Wipro | 4 |
| What interface do you implement in order to provide a user
of your class deterministic, destructor-like cleanup? | | 1 |
| int i = 1;
int j = 1;
System.Console.WriteLine(i == j);
System.Console.WriteLine(i.ToString() == j.ToString());
System.Console.WriteLine((object)i == (object)j);
Give the sample code above, what is the output to the console?
| | 1 |
| Are private class-level variables inherited? | | 3 |
| what are delegates? How you used then in your project? | Kanbay | 8 |
| What?s different about switch statements in C#? | | 2 |
| How do you generate documentation from the C# file
commented properly with a command-line compiler? | | 1 |
| What?s a satellite assembly? | Visual-Soft | 2 |
| write code for Factorial? | Tech-Mahindra | 4 |
| how many catch we can write in thye program? | | 2 |
| How?s method overriding different from overloading? | | 1 |
| A->B->C (EXTENDS)
How the constructors are called when we created an object of C | Karur-Vysya-Bank-KVB | 2 |
| What are STA And MTA in threading? | Kanbay | 2 |
| What is the difference between protected and protected internal? | Fulcrum-Logic | 1 |
| Can we have a non static member function in a base class to
be override in derived with static modifier? | Wipro | 5 |
| When do you absolutely have to declare a class as abstract
(as opposed to free-willed educated choice or decision based
on UML diagram)? | Mind-Tree | 1 |
| What?s an abstract class? | | 1 |
| ThreadStart is defined in the namespace System.Threading.
What type of entity is ThreadStart? | | 1 |
| What are the security issues if we send a query from the
application? | Microsoft | 1 |
| |
| For more C Sharp Interview Questions Click Here |