Python's object-oriented Basics: Class Classes, Objects (object), instances (Instance) __python

Source: Internet
Author: User

article source:https://www.crifan.com/summary_the_basic_knowledge_about_object_oriented/


Here, just a brief introduction to the personal understanding of the basics of object-oriented.

Class is a mold, instance is a mold carved out of something
Class is common, instance is based on the common character of the class to achieve something specific (object)
Instance was born from class.

The most common examples are:

Class: Bird

Method of Class (function): (bird) can fly

Properties of a Class (variable): Claws, Wings

Instance:

Object: Sparrow, a type of bird (Class)

Object Method (function): Sparrows can Fly

Object variable: Sparrow has 2 claws, a pair of wings

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.