MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Sharp Programming
→
Generics
→
Which refrence modifier is used to define referenc...
1.
Which refrence modifier is used to define reference variable?
A.
&
B.
ref
C.
#
D.
$
Answer» C. #
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following statements are correct about the C#.NET code snippet given below? sample c; c = new sample();It will create an object called sample. It will create a nameless object of the type sample. It will create an object of the type sample on the stack. It will create a reference c on the stack and an object of the type sample on the heap. It will create an object of the type sample either on the heap or on the stack depending on the size of the object.
What is the output of following program?
If a base class is added with few new members, its subclass must also be modified.
An object can be used to represent _________________
If array of objects is declared as given below, which is the limitation on objects?Class_name arrayName[size];
What will be the output of code snippet?
What will be the output of the following set of code?
Select output for the set of code :
What is the output of the following set of code?
What is the output of the code ?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies