C# is here Variable of reference type store the memory address of other variables in a Stack.
True
False
Rate this question:
Class
Object
Delegate
Array , Interface
String
Rate this question:
Three forward slashes
Three asterisks
Double slashes
Rate this question:
True
False
Rate this question:
Selection statement
Iteration statement
Jump Statement
Fixed Statement
Lock Statement
Rate this question:
Jump Statement
Lock statement
Fixed Statement
Check ed and Unchecked Statement
Rate this question:
The conditional operator works with two operands
The increment operator works with a single operand
The bitwise exclusive OR operator compares bits and return 1 if only one of the bits is -1.
The conditional && operator does not check the seconds expression if the first expression is false
The compound assignment operators execute from right to left.
Rate this question:
Explicit
Implicit
Rate this question:
System.Console.Convert
System.Convert
Rate this question:
Boxing
UnBoxing
Rate this question:
UnBoxing
Boxing
Rate this question:
Rectangular Array.
Jagged Array.
Rate this question:
Rectangular Array
Single- dimensional Array
Jagged Array
Multi- dimensional Array
Rate this question:
Multi- dimensional Array
Single- dimensional Array
Rectangular Array
Jagged Array
Rate this question:
Array
New
Array class
Rate this question:
Public static Array CreateInstance(type elementType, int length);
Public static Array CreateArray(type elementType, int length);
Public static Array CreateInstance(type elementType, int rows, int columns);
Rate this question:
Encapsulation
Inheritance
Abstraction
Polymorphism
Rate this question:
Encapsulation
Inheritance
Polymorphism
Abstraction
Rate this question:
True
Fasle
Rate this question:
Public variable
Protect variable
Static variable
Final
Rate this question:
Internal
Protected
Private
Rate this question:
Protected
Public
Internal
Rate this question:
Args
Ref
Reg
This
Out
Rate this question:
Out
This
Ref
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Destructors cannot be overloaded or inherited
Destructors can be overloaded but not be inherited
Destructors cannot be i explicitly invoked
Destructors cannot specify access modifiers and take parameters
May be more than two Destructor in a class
True
False
Rate this question:
Override
Virtual
Rate this question:
Seales
Sealed
Prevents
Out
Virtual
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Properties
Fields
Rate this question:
Fields
Properties
Methods
Rate this question:
Properties
Methods.
Fields
Rate this question:
System.Collections.
System.Data
System.namespaces
System.Io / System.Net
System.Diagnostics
Rate this question:
System.Diagnostics
System.Io / System.Net
System.Data
System.Collections.
System.Web
Rate this question:
System.Web
System.Collections.
System.Diagnostics
System.Io / System.Net
System.Data
Rate this question:
System.Data
System.Diagnostics
System.Io / System.Net
System.Web
Rate this question:
System.Diagnostics
System.Web
System.IO
System.Net
Rate this question:
System.Net
System.Web
System.Diagnostics
Rate this question:
System.Net
System.Web
System.Data
Rate this question:
True
False
Public string property_Name(int parameter) { // body }
Public string Property_Name { //body. }
Public string this[int Property_name] { // body }
Public delegate Property_Name(typeData parameter1, typeData parameter2);
Public string property_Name() { //body }
Rate this question:
Public string [int index]() { //body }
Public string int[int index] { //body }
Public string this[int index]() { //body }
Public string this[int index] { //body }
Rate this question:
Public delegates Delagate_Name(int parameter1,int parameter2){}
Public delegates Delagates_Name(int parameter1,int parameter2);
Public delegate int Delagates_Name(int parameter1,int parameter2);
Public delegate float Delagate_Name(int parameter1,int parameter2){}
Rate this question:
Abstract
Interface
Structure
Enumeration
Delegate
True
False
Rate this question:
Quiz Review Timeline (Updated): Feb 20, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.