- Hands-On Penetration Testing with Python
- Furqan Khan
- 59字
- 2021-07-02 14:13:57
Object-oriented programming in Python
The object-oriented features of any programming language teach us how to deal with classes and objects. The same is the case for Python. The general object-oriented features that we shall be covering are the following:
- Classes and objects
- Class relationships: inheritance, composition, association, and aggregation
- Abstract classes
- Polymorphism
- Static, instance, and class methods and variables
推薦閱讀
- Mastering Ext JS(Second Edition)
- Extending Jenkins
- C++面向對象程序設計(第三版)
- C#完全自學教程
- 21天學通C++(第6版)
- Learning AndEngine
- Unity 5.x By Example
- Building Minecraft Server Modifications
- Java應用開發技術實例教程
- 零基礎學Kotlin之Android項目開發實戰
- 精通MySQL 8(視頻教學版)
- 一步一步跟我學Scratch3.0案例
- WebStorm Essentials
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- HTML5 Canvas核心技術:圖形、動畫與游戲開發