找答案
首页
【单选题】
阅读以下代码,并指出代码中哪个函数是构造函数? class MyString: def __init__(self): self.str="MyString" def output(self): print(self.str); s=MyString() s.output()
A.
__init__
B.
output
参考答案:
登录免费查看参考答案
参考解析:
登录免费查看参考解析
知识点:
登录免费查看知识点
答题技巧:
登录免费查看答题技巧
被用于:
暂无被用于
刷刷题刷刷变学霸
相关题目:
【简答题】下列设置图像地图正确的HTML代码是(43)。
【单选题】类的默认的拷贝构造函数( )。
【单选题】计算绝对值的函数是()
【判断题】构造函数可以重载。()
【简答题】#include "iostream"using namespace std;class test{double x,y;public:test(double xx=0,double yy=0){x=xx;y=yy;cout<<"构造函数被调用"<
【单选题】下列代码的执行结果是______。 public class ex53 { public static void main (String args [] ) { float t=9.of; int q=5; System.out.println ((t++) * (--q)); } }
【简答题】函数y= lnx x 的最大值为( )
【单选题】下列不是构造函数的特征的是___
【多选题】外汇代码标准管理的基本原则包括()。
【单选题】下列不是构造函数的特征的是( )。
刷刷题刷刷变学霸