博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
hausaufgabe--python 36-- Basic knowledge of Class
阅读量:6209 次
发布时间:2019-06-21

本文共 703 字,大约阅读时间需要 2 分钟。

00--Define a Class with properties and related functions and try to create a instance 

 

Running Result:

 

001-- Class 

to reduce duplicate work, we will use class with some variable and common functions, and user can new related instance without rewrite similar codes. 

e.g. we write a class as Animal, with the properties with eyes, mouth, nose.. and functions with eating(), running(), sleeping().... related instances can be cat = Animal(), tiger = Animal(), snake = Animal()...

To create instance with class, the way is similar with call functions. So, to name a class, we start with uper letter, and use small letter for defining a function's name. 

 

 

转载于:https://www.cnblogs.com/Shareishappy/p/7481983.html

你可能感兴趣的文章
mybatis-config.xml文件详解
查看>>
Docker hv-sock proxy (vsudd) is not reachable
查看>>
剑指offer-面试题4.替换空格
查看>>
Linux LVM 创建、删除、扩展
查看>>
SQL维护计划失败
查看>>
MySQL忘记了root密码解决办法
查看>>
UITextField详解
查看>>
struts的声明式异常处理
查看>>
我的友情链接
查看>>
scanf的用法
查看>>
我的友情链接
查看>>
虚拟化主机安装
查看>>
修改mysql字符集为utf8
查看>>
针对SOC验证出现的各种问题现在还没有一种完全行之有效的方法出现
查看>>
讲解在java程序中各种排序算法相关知识
查看>>
SumPF
查看>>
Ubuntu redis快速安装指南
查看>>
ipsec over gre与gre over ipsec
查看>>
我的友情链接
查看>>
报错信息是Error setting null for parameter #1 with JdbcType OTHER
查看>>