Programming Languages C# Objective
Jan 02, 2013

How to declare a class in C#?

Choose the correct answer:
A) public static void Main()
B) Class HelloEverybody
C) class helloEverybody
D) class HelloEverybody
Detailed Explanation

We declare a class in C# by writing class ExampleClass.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback