Menu
Logo
search
Login Sign up
Logo
Logo
  • Categories
    IT & Programming Design & Multimedia Writing & Translation Sales & Marketing Admin Support Engineering & Manufacturing Finance & Management Website Designing & Development Database Management Networking & Troubleshooting Aviation & Aerospace Softwares & Applications Stocks & Investments Electronics & Appliances Online Tools General Knowledge & Aptitude Mathematics Educational Subjects & Courses Business & Organization Health & Wellbeing Culture & Ethics IT Field Knowledge & Experience Languages & Communication Entrepreneurship & Leadership Economics & Development Mass Communication & Media Research Methods & Evaluation Public Relations & Dealings Educational Methods and Research Educational Subjects & Techniques Crime & Justice Governments & Policies Cyber Security & Ethical Hacking Hospitality & Tourism Soft Skills & Personal Management Transportation & Driving Rules Forest and Nature Religion
  • Skill Assessment
  • MCQs
  • PDFs
  • Login
    Sign up
Logo
  • Categories
    IT & Programming Design & Multimedia Writing & Translation Sales & Marketing Admin Support Engineering & Manufacturing Finance & Management Website Designing & Development Database Management Networking & Troubleshooting Aviation & Aerospace Softwares & Applications Stocks & Investments Electronics & Appliances Online Tools General Knowledge & Aptitude Mathematics Educational Subjects & Courses Business & Organization Health & Wellbeing Culture & Ethics IT Field Knowledge & Experience Languages & Communication Entrepreneurship & Leadership Economics & Development Mass Communication & Media Research Methods & Evaluation Public Relations & Dealings Educational Methods and Research Educational Subjects & Techniques Crime & Justice Governments & Policies Cyber Security & Ethical Hacking Hospitality & Tourism Soft Skills & Personal Management Transportation & Driving Rules Forest and Nature Religion
  • Skill Assessment
  • MCQs
  • PDFs
  • search
  • Login Sign up
MCQs > IT & Programming > C# MCQs > General MCQs

General MCQ for C#

1. A sealed class in C# means:

2. CSharp cannot be run without installing...

3. In C#, a subroutine is called a ________.

4. What is the result of the following code ? interface IFoo1 { void meth1(); } interface IFoo2 { void meth1(); } public class f : IFoo1, IFoo2 { void IFoo1.meth1() { Console.WriteLine("Hi1"); } void IFoo2.meth1() { Console.WriteLine("Hi2"); } public void meth1() { Console.WriteLine('Hi3'); } void Main() { IFoo1 f1 = new f(); IFoo2 f2 = new f(); f f3 = new f(); f1.meth1(); f2.meth1(); f3.meth1(); }

5. What is boxing in .Net?

6. Which type of control inherits from the Control class without graphical representation?

7. Consider this method. static void SetupHandler(OrderProcessor orderProcessor) { string itemName = 'Pluralsight Subscription'; // AddOrder is an event orderProcessor.AddOrder += (sender, e) => Console.WriteLine('Item: ' + itemName); } What will happen when the AddOrder event is subsequently raised?

8. What is an Object in Object Oriented Programming?

9. Which of the following are not C# value types?

10. Which of the following operators cannot be overloaded?

11. What is the main difference between the is and as operators?

12. How would you access the last two people in an array named People?

C# MCQs | Topic-wise

MCQ on Basic C# General C# MCQs
C# Subjects
Basic C# MCQs
More Resources
C# Skill Assessment
C# PDF
Related MCQs
C++
CakePHP
Checkpoint Security
CISCO
Clojure
search
C# Subjects
Basic C# MCQs
More Resources
C# MCQ
C# Skill Assessment
C# PDF
Related MCQs
C++
CakePHP
Checkpoint Security
CISCO
Clojure
Logo

Join our newsletter for the latest updates.

play store app store
Coming Soon

Our Products

Skill Assessment
Categories
MCQs
PDFs

Company

About
Advertising
Privacy Policy
Terms & Conditions
Sitemap
Contact
Blog
Back to top back to top

Logo
play store app store
Coming Soon

© Copyrights 2025 Quizack.com