📜  什么是面向对象的编程技术 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:01.847000             🧑  作者: Mango

代码示例4
====The general view of Object Oriented Programming====
Object-Oriented Programming (OOP) is the term used to describe a programming 
approach based on objects and classes. The object-oriented paradigm allows us 
to organise software as a collection of objects that consist of both data and 
behaviour. This is in contrast to conventional functional programming practice 
that only loosely connects data and behaviour