-
实验5 继承和多态
任务1: task1.cpp 1 publisher.hpp: 2 #pragma once 3 #include <iostream> 4 #include <string> 5 6 using std::cout; 7 using std::endl; 8 using std::string; -
实验5 继承和多态
实验任务1 #pragma once #include <iostream> #include <string> using std::cout; using std::endl; using std::string; // 发行/出版物类:Publisher (抽象类) class Publish -
python学习笔记
上次已经发过对于python的一些基本的认识,例如一些基本语法以及数据类型,现在针对数据类型,以及基本语法进行近一步的学习。 变量的类型 1.整数(int)、浮点数(float)、字符串(str)类型的转换函数:int(),str(),float () 不同类型之间的运算规则 2.变量间的运算:+一