×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

Which keyword is used to define a class in C#?

71. Which keyword is used to define a class in C#?

  1. Class
  2. class
  3. System.Class
  4. OOPS.class

Answer: B) class

Explanation:

The class keyword is used to define a class in C#.

Syntax:

class class_name
{
 // Class Definition
}

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.