C# .NET Flashcards
1
Q
What is the top .NET class that everything is derived from?
A
System.Object
2
Q
Can you store multiple data types in System.Array?
A
No.
3
Q
What is the .NET collection class that allows an element to be accessed using a unique key?
A
No.