[C-Sharp Programming MCQS ]

झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।

[ C-Sharp Programming MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
511. Destructor कब call होता है?
[A] Object destroy होने पर
[B] Compile time
[C] Run time start
[D] Class load
511. When destructor is called?
[A] Object destroy
[B] Compile time
[C] Run time start
[D] Class load
सही उत्तर: Object destroy होने पर
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Object destroy
Explanation: Important question.
512. Method क्या होता है?
[A] Function inside class
[B] Variable
[C] Object
[D] Namespace
512. What is method?
[A] Function inside class
[B] Variable
[C] Object
[D] Namespace
सही उत्तर: Function inside class
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Function inside class
Explanation: Important question.
513. Access modifier public क्या करता है?
[A] Restrict access
[B] Allow everywhere access
[C] Hide data
[D] Delete data
513. What does public access modifier do?
[A] Restrict access
[B] Allow everywhere access
[C] Hide data
[D] Delete data
सही उत्तर: Allow everywhere access
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Allow everywhere access
Explanation: Important question.
514. Private access modifier का मतलब क्या है?
[A] Everywhere access
[B] Only inside class
[C] Outside class access
[D] No access
514. What is private access modifier?
[A] Everywhere access
[B] Only inside class
[C] Outside class access
[D] No access
सही उत्तर: Only inside class
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Only inside class
Explanation: Important question.
515. Protected access modifier कहाँ access देता है?
[A] Only class
[B] Derived class
[C] Global access
[D] No access
515. Where protected access works?
[A] Only class
[B] Derived class
[C] Global access
[D] No access
सही उत्तर: Derived class
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Derived class
Explanation: Important question.
516. Static keyword का use क्या है?
[A] Object create करना
[B] Class level access
[C] Memory delete
[D] Thread stop
516. What is static keyword used for?
[A] Create object
[B] Class level access
[C] Delete memory
[D] Stop thread
सही उत्तर: Class level access
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Class level access
Explanation: Important question.
517. Array क्या होता है?
[A] Single value storage
[B] Multiple values storage
[C] Class
[D] Object
517. What is array?
[A] Single value storage
[B] Multiple values storage
[C] Class
[D] Object
सही उत्तर: Multiple values storage
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Multiple values storage
Explanation: Important question.
518. Loop का use क्या है?
[A] Code repeat करना
[B] Memory delete
[C] Class create
[D] Object destroy
518. What is use of loop?
[A] Repeat code
[B] Delete memory
[C] Create class
[D] Destroy object
सही उत्तर: Code repeat करना
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Repeat code
Explanation: Important question.
519. if statement का use क्या है?
[A] Looping
[B] Decision making
[C] Class creation
[D] Memory allocation
519. What is if statement used for?
[A] Looping
[B] Decision making
[C] Class creation
[D] Memory allocation
सही उत्तर: Decision making
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Decision making
Explanation: Important question.
520. switch statement क्या करता है?
[A] Multiple conditions handle
[B] Memory delete
[C] Class create
[D] Thread stop
520. What does switch statement do?
[A] Handle multiple conditions
[B] Delete memory
[C] Create class
[D] Stop thread
सही उत्तर: Multiple conditions handle
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Handle multiple conditions
Explanation: Important question.