- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 96字
- 2021-07-02 12:44:33
Fundamentals and syntax of C# language
Being a high-level language, C# is adorned with a lot of newer and updated syntax, which helps the programmer to write code efficiently. As we mentioned earlier, the type system that's supported by the language is divided into two types:
- Value types
- Reference types
The value types are generally primitive types that are stored in the stack during local execution for faster allocation and deallocation of memory. The value types are mostly used during the development of code and, consequently, this forms the major spectrum of the code altogether.
推薦閱讀
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- PHP 7底層設(shè)計與源碼實現(xiàn)
- Reactive Programming with Swift
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實戰(zhàn)
- Python深度學(xué)習(xí):模型、方法與實現(xiàn)
- 移動互聯(lián)網(wǎng)軟件開發(fā)實驗指導(dǎo)
- HTML5開發(fā)精要與實例詳解
- Visual Basic 6.0程序設(shè)計實驗教程
- 快速入門與進階:Creo 4·0全實例精講
- Bitcoin Essentials
- JavaScript語法簡明手冊
- 城市信息模型平臺頂層設(shè)計與實踐
- Java EE 程序設(shè)計
- Visual C++程序開發(fā)范例寶典