会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Zero_zhang
博客园
首页
新随笔
联系
管理
订阅
2016年3月12日
day7-socket
摘要: 一、类的多态、继承 类的多态:统一接口调用 #!/usr/bin/env python # -*- coding:utf-8 -*- class Animal: def __init__(self, name): # Constructor of the class self.name = name
阅读全文
posted @ 2016-03-12 00:02 Zero_zhang
阅读(110)
评论(0)
推荐(0)
公告