Scala 學習入門到掌握 傳方法引數 9

2021-10-07 20:25:45 字數 998 閱讀 9913

scala:成員變數

object dogcasetest }/*

小狗案例

編寫乙個dog類,包含name(string)、age(int)、weight(double)屬性

類中宣告乙個say方法,返回string型別,方法返回資訊中包含所有屬性值。

在另乙個dogcasetest類中的main方法中,建立dog物件,並訪問say方法和所有屬性,將呼叫結果列印輸出。

*/class dog

}

{}等於unit

object exercise01  //

println(

"t=" + t + " " + t.isinstanceof[unit]

) // ()}

}

集合的簡單使用

object exercise03 

}

排序

object exercise04 

//自己寫乙個myshow

def myshow(n:int): unit =

}

scala方法當引數。

object exercise06 

}}

string 簡單操作

object exercise08 

}

方法的使用

object methoddemo01 

}class dog

}

練習題

object methoddemo02 

}class methodexec

println()}

} //計算面積的方法

def area(

): double =

}

Scala 學習入門到掌握 方法 5

例子一 九九乘法表 object exercise01 編寫乙個函式,輸出99乘法表 def print99 n int println 案例二 計算器 object fundemo01 定義函式 方法 def getres n1 int,n2 int,oper char else if oper ...

Scala入門到放棄 陣列(四)

package array object array01 for n a4 for n a4.indices val a1 array 1 2,3 4,5 傳統方式 for n 0 until a1.length 推薦方式 for n a1.indices 跳躍遍歷 步長2 for n a1.ind...

ZMQ從入門到掌握二

原始碼走讀 1.zmq ctx new 返回ctx t物件 void zmq ctx new void create 0mq context.zmq ctx t ctx new std nothrow zmq ctx t if ctx return ctx 函式返回context 上下文 其實呼叫的...