How do you understand the properties and methods of objects? Do the properties of objects have those effects, and do methods mean how to use these effects? -PHP Chinese website Q&A-How do you understand the properties and methods of objects? Is it true that the properties of an object have those effects, and is the method how to use these effects? -PHP Chinese website Q&A
How do you understand the properties and methods of objects? Do the properties of objects have those effects, and do methods mean how to use these effects? -PHP Chinese website Q&A-How do you understand the properties and methods of objects? Is it true that the properties of an object have those effects, and is the method how to use these effects? -PHP Chinese website Q&A
Please watch and learn.
对象相当于一个人,属性就是性别,胖瘦,身高,是必须通过该对象来获取的【值】;方法是这个人可以干什么,减肥,吃饭,看电视,逛街,是必须通过该对象才能执行的【行为】。