📅  最后修改于: 2022-03-11 14:59:20.349000             🧑  作者: Mango
====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