- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 169字
- 2021-06-24 14:57:57
Introduction to object-oriented programming
Object-Oriented Programming (OOP) has been around for a couple of decades now, and most software developers are familiar with at least one OOP language, such as C or Java. The introduction of OOP represented a significant computer programming paradigm shift from the prevailing procedural programming technique. With OOP programming, the focus is on objects, and the focus of procedural programming is on procedures. For example, a procedural programming approach to a bicycle management information system would focus on the procedures that the system might perform. The OOP approach would focus on the bicycle and model it as an object. With the physical bicycle represented as an OOP object, we can define characteristics of the object and what behaviors can be taken with respect to the bicycle object.
In this section, we will cover the basics of OOP and use the bicycle object as a common reference. This section is subdivided as follows:
- Primary benefits of OOP
- Sample OOP class
- Instance variables
- The This reference
- 在你身邊為你設計Ⅲ:騰訊服務設計思維與實戰
- 達夢數據庫編程指南
- 云計算環境下的信息資源集成與服務
- Enterprise Integration with WSO2 ESB
- 算法與數據中臺:基于Google、Facebook與微博實踐
- 數據驅動設計:A/B測試提升用戶體驗
- LabVIEW 完全自學手冊
- 企業級容器云架構開發指南
- 數據庫應用系統開發實例
- Augmented Reality using Appcelerator Titanium Starter
- Doris實時數倉實戰
- R Machine Learning Essentials
- Internet of Things with Python
- 數據指標體系:構建方法與應用實踐
- PostgreSQL高可用實戰