- 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.
推薦閱讀
- Oracle WebLogic Server 12c:First Look
- VMware View Security Essentials
- HoloLens Beginner's Guide
- R語言游戲數(shù)據(jù)分析與挖掘
- ADI DSP應(yīng)用技術(shù)集錦
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- 微信小程序項目開發(fā)實戰(zhàn)
- 匯編語言編程基礎(chǔ):基于LoongArch
- 案例式C語言程序設(shè)計實驗指導(dǎo)
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計原理(第2版)
- IDA Pro權(quán)威指南(第2版)
- 30天學(xué)通C#項目案例開發(fā)
- Python預(yù)測分析與機器學(xué)習(xí)
- Web開發(fā)的平民英雄:PHP+MySQL
- C語言程序設(shè)計教程