- Python 3 Object:oriented Programming(Second Edition)
- Dusty Phillips
- 110字
- 2021-07-16 20:44:30
Chapter 2. Objects in Python
So, we now have a design in hand and are ready to turn that design into a working program! Of course, it doesn't usually happen this way. We'll be seeing examples and hints for good software design throughout the book, but our focus is object-oriented programming. So, let's have a look at the Python syntax that allows us to create object-oriented software.
After completing this chapter, we will understand:
- How to create classes and instantiate objects in Python
- How to add attributes and behaviors to Python objects
- How to organize classes into packages and modules
- How to suggest people don't clobber our data
推薦閱讀
- C語言程序設計案例教程
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- 青少年美育趣味課堂:XMind思維導圖制作
- PHP網絡編程學習筆記
- C語言程序設計學習指導與習題解答
- 動手學數據結構與算法
- 區塊鏈國產化實踐指南:基于Fabric 2.0
- Java EE架構設計與開發實踐
- Android技術內幕(系統卷)
- C語言程序設計教程
- WCF全面解析
- Java程序設計
- Learn C Programming
- Mastering Swift 4(Fourth Edition)