C# Programming - Functions and Subroutines - Discussion

Discussion Forum : Functions and Subroutines - General Questions (Q.No. 15)
15.
Which of the following CANNOT occur multiple number of times in a program?
namespace
Entrypoint
Class
Function
Subroutine
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Deepak bharati said:   9 years ago
There is only one entry point in c# Program.

Hussain said:   5 years ago
C# applications have an entry point called Main Method.

Post your comments here:

Your comments will be displayed after verification.