| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| can it possible to acees the virthual method using the
override method object?
plz give me the example | | 2 |
| can we access main() using objects? | ssinformatics | 1 |
| When you inherit a protected class-level variable, who is it
available to? | Visual-Soft | 2 |
| What are properties and indexer? | TCS | 2 |
| Which is the best way for keeping the data in XML or SQL
server..and why? | Infosys | 8 |
| What is difference between interface inheritance and class
inheritance ? | Digital-GlobalSoft | 5 |
| What namespaces are necessary to create a localized
application? | | 2 |
| Where is the output of TextWriterTraceListener redirected? | | 1 |
| What namespaces are necessary to create a localized
application? | Visual-Soft | 2 |
| what is application domain? | Kanbay | 3 |
| Explain manifest & metadata.
| Wipro | 2 |
| C# is case sensitive, what is mean by case sensitive | | 3 |
| can u tell me any one steps for creatting sn.k | | 2 |
| Why is it a bad idea to throw your own exceptions? | | 3 |
| What is the Main difference between String and
StringBuilder and why do we use StringBuilder. | Siemens | 7 |
| Trace the O/p for a program on inheritance and
Polymorphism. 3 classes A,B,C
A with two methods
public virtual SomeMethodA
public virtual SomemoreMethodA
B:A
overide SomeMethodA
C:B new Method SomeMethodA
override SomeMoreMethodA
main method
{
b new instance of B
b.SomeMethodA
b.SomeMoreMethodA
b1 new instance of C
b1.SomeMethodA
b1.SomeMoreMethodA
} | Proteans | 2 |
| Which type of variables are under the control of garbage
collector? | Kanbay | 3 |
| can we assign null value to value type in c#? | Microsoft | 10 |
| Indexers in c#? | Microsoft | 7 |
| How do you inherit from a class in C#? | | 1 |
| |
| For more C Sharp Interview Questions Click Here |