建立控制台
類的封裝、分開寫類、靜態、常量、建構函式,還有類的例項化。
1建立person類並新增相應的字段與方法和建構函式,並且有num欄位能夠記錄這個類生生成了多少個具體的物件。
2分別使用面向過程的方法和物件導向的方法,完成如下命題:求 兩點之間的距離。
2023年09月3日 星期一 11:40
2023年09月 10日 星期一 11:40
2023年09月3日 星期一 16:03 (337單詞)
已經儲存了您的修改
1、using system;
using system.collections.generic;
using system.linq;
using system.text;
namespace _9._3}}
using system;
using system.collections.generic;
using system.linq;
using system.text;
namespace _9._3
}int age;
public int age
}public static int num;
public person()
public person(string name, int age)
public void jishu()}}
2、using system;
using system.collections.generic;
using system.linq;
using system.text;
namespace _09._03}}
using system;
using system.collections.generic;
using system.linq;
using system.text;
namespace _09._03
public class1(int x,int y)
public double jishu(class1 p)}}
匿名類和類的分開寫
using system;
using system.collections.generic;
using system.linq;
using system.text;
namespace _3
;//匿名類
console.writeline("name:"+a.naem+" age:"+a.age);
class1 b = new class1();
b.ab();
console.readkey();}}
}using system;
using system.collections.generic;
using system.linq;
using system.text;
namespace _3}}
using system;
using system.collections.generic;
using system.linq;
using system.text;
namespace _3}}
C 控制台CMD輔助類
using system using system.collections.generic using system.diagnostics using system.io using system.text using gh.commons.log namespace oracleimpexp.u...
C C 控制台顏色設定類
windows和linux都可用的乙個類.用來設定顏色,沒有太複雜。簡單夠用吧。ifdef win32 include class fontcolor void setcolor int ncolor void unsetcolor fontcolor private handle m hstdou...
c 控制台進度條類
console.writeline now show consolepare c new consolepare 100mb for int i 0 i 100 i i 3 console.writeline console.writeline ok console.read class conso...