- Learn C# in 7 days
- Gaurav Aroraa
- 77字
- 2021-07-08 09:51:23
8 (Program.cs)
This is physical class filename.
This is the name of a class file that is physically available on our disk drive. Class name and filename could be different, which means if my class name is Program, then my class filename could be Program1.cs. However, it is bad practice to call both class and filename with different names, but you can do that and the compiler won't throw any exception. For more information, refer to https://stackoverflow.com/questions/2224653/c-sharp-cs-file-name-and-class-name-need-to-be-matched.
推薦閱讀
- C++面向對象程序設計(第三版)
- 無代碼編程:用云表搭建企業數字化管理平臺
- Practical Data Science Cookbook(Second Edition)
- 64位匯編語言的編程藝術
- JAVA程序設計實驗教程
- Highcharts Cookbook
- Python Data Analysis Cookbook
- 圖數據庫實戰
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- C#程序設計基礎入門教程
- HTML并不簡單:Web前端開發精進秘籍
- Switching to Angular 2
- Selenium WebDriver自動化測試完全指南
- 跟著迪哥學Python數據分析與機器學習實戰
- HTML 5與CSS 3權威指南(第3版·下冊)