programming languages Online Quiz - 213
Description: programming languages Online Quiz - 213 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
In the body of a method, C# uses the variable named_____to refer to the current object whose method is being invoked.
Which method would be used to invoke a delegate type asynchronously in C#?
Which of the following datatype is not a reference type?
Which of the following tells a markup language processor which rules to use to interpret a document?
Which of the following is the purpose of a metamarkup language?
When you write using System, at the beginning of a C# Program, the meaning of System is
Which of the following is correct way to compile a C# program file.cs, and add a reference to an external assembly Vehicle.dll?
When you write a program in C#, it is compiled to
How do you make a .NET Assembly public/universally visible to all applications, so that they can share it?