- 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
推薦閱讀
- Learn ECMAScript(Second Edition)
- Modular Programming with Python
- PowerCLI Cookbook
- Java從入門到精通(第4版)
- R語言編程指南
- Windows Forensics Cookbook
- 程序是怎樣跑起來的(第3版)
- Linux C編程:一站式學(xué)習(xí)
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- Lighttpd源碼分析
- Python數(shù)據(jù)科學(xué)實(shí)踐指南
- 算法超簡單:趣味游戲帶你輕松入門與實(shí)踐
- Effective C++:改善程序與設(shè)計(jì)的55個(gè)具體做法(第三版)中文版(雙色)
- INSTANT PLC Programming with RSLogix 5000
- Hands-On ROS for Robotics Programming