What?s the top .NET class that everything is derived from?
Answer Posted / sai
system.object
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Why do we need reflection in c#?
How can i Spawn a Thread
How do I open the console window?
Do events have return type c#?
What is the difference between properties and indexer in c#?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
How do I do a case-insensitive string comparison?
What is datagrid c#?
Explain the clr triggers?
Explain concurrency with aop?
What is the lock statement in c#?
What is the difference between new and override in c#?
What is parse method in c#?
How many dimensions can an array have?
Why main method is static in c#?