| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How?s method overriding different from overloading? | | 2 |
| 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?
| | 3 |
| Did it possible to cast a generic type of derived class to
generic type of base class? | TCS | 1 |
| how can i return string by vilating duplicates(inpyt like
asdfsda but output should be 2a2d2sf and 2a,2d,2s,f) | Microsoft | 2 |
| What are strin concatation methods in c#? | Phoenix-Technologies | 1 |
| If we inherit a class do the private variables also get
inherited ? | TCS | 4 |
| What are the valid parameter types we can pass in an
Indexer ? | CMC | 3 |
| What?s an interface class? | Mind-Tree | 4 |
| What r collections c sharp? | | 2 |
| If a base class has a bunch of overloaded constructors, and
an inherited class has another bunch of overloaded
constructors, can you enforce a call from an inherited
constructor to an arbitrary base constructor? | | 1 |
| What?s the top .NET class that everything is derived from? | | 3 |
| what is read only and constant | IBM | 8 |
| What?s the .NET datatype that allows the retrieval of data
by a unique key? | | 2 |
| Can you prevent your class from being inherited and becoming
a base class for some other classes? | | 4 |
| Explain about Protected and protected internal, ?internal?
access-specifier? | | 6 |
| What is architecture of your poroject? how i c an say? | Phoenix-Technologies | 1 |
| What?s an interface class? | | 1 |
| What are the two kinds of properties?
| Wipro | 10 |
| Explain About the Sattilite Assembly in .Net Technology? | TCS | 2 |
| WHAT IS THE EXACT USE OF INTERFACE(DONT TELL USE FOR
MULTIPLE INHERITANCE) | eXensys | 4 |
| |
| For more C Sharp Interview Questions Click Here |