c# programming quiz questions

Post A Question

Classifications:

quiz questions Categories:

Shared Assemblies can be stored in Global Assembly Cache
icon 1 answers
icon254 Views
icon0 Likes
Which of the following keywords is used to refer base class constructor to subclass constructor?
icon 1 answers
icon157 Views
icon0 Likes
What will be the output of the following code snippet?
icon 1 answers
icon291 Views
icon0 Likes
Which of the following statements are correct for C# language?
icon 1 answers
icon294 Views
icon0 Likes
The point at which an exception is thrown is called the _____
icon 1 answers
icon272 Views
icon0 Likes
Struct’s data members are ___ by default
icon 1 answers
icon565 Views
icon0 Likes
What will be the output of the following code snippet?
icon 1 answers
icon294 Views
icon0 Likes
What will be the output of the following code snippet?
icon 1 answers
icon295 Views
icon0 Likes
If a class ‘demo’ had ‘add’ property with getting and set accessors, then which of the following statements will work correctly?
icon 1 answers
icon548 Views
icon0 Likes
Choose the wrong statement about properties used in C#.Net?
icon 1 answers
icon235 Views
icon0 Likes
Select the two types of threads mentioned in the concept of multithreading?
icon 1 answers
icon139 Views
icon0 Likes
The correct way to overload +operator?
icon 1 answers
icon332 Views
icon2 Likes
What is the value returned by function compareTo( ) if the invoking string is less than the string compared?
icon 1 answers
icon276 Views
icon0 Likes