- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 135字
- 2021-07-02 12:44:43
Summary
This chapter covers classes and objects, the most important building blocks of OOP. These are the two things that we should learn before jumping into any other topics in OOP. It is important to make sure that these concepts are clear in our minds before moving on to other ideas. In this chapter, we learned about what a class is and why it's needed in OOP. We also looked at how to create a class in C# and how to define an object. After that, we looked at the relationship between classes and objects and how to instantiate a class and use it. We also talked about variables and methods in a class. Lastly, we covered the four pillars of OOP. In the next chapter, we will learn more about inheritance and class hierarchy.
推薦閱讀
- The Supervised Learning Workshop
- arc42 by Example
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- Java性能權(quán)威指南(第2版)
- Python機器學(xué)習(xí)實戰(zhàn)
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實戰(zhàn)全流程詳解(高級進階篇)
- Python機器學(xué)習(xí)算法與實戰(zhàn)
- Mastering JavaScript Design Patterns(Second Edition)
- Swift細致入門與最佳實踐
- 批調(diào)度與網(wǎng)絡(luò)問題的組合算法
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- Mastering Git
- Hands-On Neural Network Programming with C#
- Django 5企業(yè)級Web應(yīng)用開發(fā)實戰(zhàn)(視頻教學(xué)版)
- Mastering Elixir