MCQs on C#
प्रोग्राम का निष्पादन ________ से शुरू होता है।
The Execution of the program begins with ________.
[A] main()
[B] get()
[C] class()
[D] display()
Correct Answer : main()
C# में, एक सबरूटीन को _________ कहा जाता है।
In C#, a subroutine is called a _________.
[A] Metadata
[B] Function
[C] Managed code
[D] Method
Correct Answer : Method
सीएलएस का मतलब है
CLS stands for
[A] C# language Standard
[B] Common Language specification
[C] Common Language Standard
[D] C# language Specification
Correct Answer : Common Language specification
CLR के अंतर्गत चलने वाले कोड को ___________ के रूप में जाना जाता है
Code that runs under CLR is known as ___________
[A] Distributed
[B] Unmanaged
[C] Managed
[D] Native
Correct Answer : Managed
C# _______प्रोग्रामिंग पर आधारित है।
C# is based on _______Programming.
[A] Procedure Oridented
[B] Object Oriented
[C] Event Driven
[D] All of Above
Correct Answer : Object Oriented
C# _____विनाशकों का समर्थन नहीं करता है।
C# does not support _____ destructors.
[A] parameterised
[B] parameterless
[C] public
[D] virtual
Correct Answer : parameterised
C# समर्थन नहीं करता:
C# does not support:
[A] abstraction
[B] polymorphism
[C] multiple inheritance
[D] inheritance
Correct Answer : multiple inheritance