Microsoft
98-361 · Question #72
This question requires that you evaluate the underlined text to determine if it is correct. The default entry point for a console application is the Class method. Select the correct answer if the…
The correct answer is B. Main. The default entry point for a console application is the Class Main.
Understanding Core Programming
Question
This question requires that you evaluate the underlined text to determine if it is correct. The default entry point for a console application is the Class method. Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed'' if the underlined text makes the statement correct.
Options
- ANo change is needed
- BMain
- CProgram
- DObject
How the community answered
(22 responses)- A5% (1)
- B77% (17)
- C5% (1)
- D14% (3)
Explanation
The default entry point for a console application is the Class Main.
Topics
#Main method#entry point#console application#program structure
Community Discussion
No community discussion yet for this question.