Blogger Information
Blog 29
fans 0
comment 1
visits 19835
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
12-3面向对象
风清扬
Original
714 people have browsed it

类与对象

  • OOP: 面向对象编程(Object Oriented Programming)

  • 类是对象的模板: 类中描述了对象应该有什么, 如何去访问它们?

  • 对象是类的实例: 类实例化后,类中成员才会与一个具体的对象绑定
    类与对象

举例:

  • 手机是一个类, 华为meta30pro,就是一人手机类的一个实例
  • 汽车是一个类, 丰田卡罗拉2019-1.8L-E-CVT旗舰版就是一个汽车类实例

注意:

  • 类与对象: 有时界限并不清晰, 在不违背常识前提下,概念混用是允许的
    • 有些教程中, 在不影响理解前提下, 直接使用类来代表它的实例来引用类中成员(php.net/pdo)
    • 例如, 有一辆汽车撞向你的女友/男友, 这时,你应该用类,还是用类实例来提醒她/他呢?
  • 对象与实例: 对象与类的一个具体实例是绑定的,对象与实例称呼可以互换,并不会引起歧义

总结:听懂了!

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:听懂了, 比什么都重要
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post