- C# 7 and .NET Core 2.0 Blueprints
- Dirk Strauss Jas Rademeyer
- 75字
- 2021-08-27 19:55:25
Object-oriented programming
As briefly mentioned earlier, OOP provides a modular approach to writing self-contained units of code. The concept of OOP centers around what we call the four pillars of object-oriented programming.
They are as follows:
- Abstraction
- Polymorphism
- Inheritance
- Encapsulation
The order doesn't really matter, but I always write the four pillars in this order because I use the mnemonic A PIE to remember each one. Let's discuss each of these concepts in more detail.
推薦閱讀
- PyTorch Artificial Intelligence Fundamentals
- Visual Basic程序設(shè)計教程
- Full-Stack React Projects
- Access 2016數(shù)據(jù)庫管
- Windows內(nèi)核編程
- Windows Embedded CE 6.0程序設(shè)計實戰(zhàn)
- Web性能實戰(zhàn)
- Kubernetes源碼剖析
- PHP 7從零基礎(chǔ)到項目實戰(zhàn)
- Mastering Docker
- The Statistics and Calculus with Python Workshop
- iOS Development with Xamarin Cookbook
- ASP.NET Core 2 High Performance(Second Edition)
- Django 3 Web應(yīng)用開發(fā)從零開始學(xué)(視頻教學(xué)版)
- Node.js Web Development(Third Edition)