- Learning Object-Oriented Programming
- Gastón C. Hillar
- 139字
- 2021-07-16 13:46:03
Chapter 1. Objects Everywhere
Objects are everywhere, and therefore, it is very important to recognize elements, known as objects, from real-world situations. It is also important to understand how they can easily be translated into object-oriented code. In this chapter, you will learn the principles of object-oriented paradigms and some of the differences in the approaches towards object-oriented code in each of the three programming languages: Python, JavaScript, and C#. In this chapter, we will:
- Understand how real-world objects can become a part of fundamental elements in the code
- Recognize objects from nouns
- Generate blueprints for objects and understand classes
- Recognize attributes to generate fields
- Recognize actions from verbs to generate methods
- Work with UML diagrams and translate them into object-oriented code
- Organize blueprints to generate different classes
- Identify the object-oriented approaches in Python, JavaScript, and C#
推薦閱讀
- RTC程序設計:實時音視頻權威指南
- Mastering Apache Maven 3
- 飛槳PaddlePaddle深度學習實戰
- QGIS By Example
- Mastering Drupal 8 Views
- Mastering Android Development with Kotlin
- Instant Nancy Web Development
- Python機器學習算法: 原理、實現與案例
- HTML5秘籍(第2版)
- Node Cookbook(Second Edition)
- Visual Studio 2015高級編程(第6版)
- ArcGIS for Desktop Cookbook
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- Tableau Desktop可視化高級應用
- Appcelerator Titanium:Patterns and Best Practices