What?s the top .NET class that everything is derived from?
Answer Posted / pompana gouda
System.Object
This is the base object from which all other classes are
derived.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Where static variables are stored?
What do you mean by stack and heap in c#?
Can a class have more than 1 destructor?
What is managed or unmanaged code?
What happens if the inherited interfaces have conflicting method names?
What is application object in c#?
What do you mean by shared assembly?
Why do we use void in c#?
Can main method be final?
What is thread pooling?
What does executescalar return in c#?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
How do you determine whether a string represents a numeric value?
How to generate strong name key file or which command is used to generated strong name key file?
Do void methods have parameters?