- Learn C# in 7 days
- Gaurav Aroraa
- 63字
- 2021-07-08 09:51:27
Implicit conversion
Implicit conversion is the conversion that is performed by the C# compiler internally to match the the type of variable by assignment of values to that variable. This action happens implicitly, and there's no need to write any extra code to obey the type-safe mechanism. In implicit conversions, only smaller to larger types and derived classes to base class is possible.
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- The Android Game Developer's Handbook
- Learning Chef
- Mastering Ember.js
- Visual Basic編程:從基礎到實踐(第2版)
- Programming ArcGIS 10.1 with Python Cookbook
- Processing互動編程藝術
- INSTANT Mercurial SCM Essentials How-to
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- SQL基礎教程(視頻教學版)
- Windows內核編程
- MongoDB Cookbook(Second Edition)
- 深入淺出Python數據分析
- Design Patterns and Best Practices in Java
- C語言從入門到精通(第5版)