.NET的類別有無法被繼承,必需初始化才可使用,而初始化就是用 NEW 這個關鍵字。
例如當你宣告一個 OleDbConnection 的物件時可以這樣宣告:
Dim myConnection as System.Data.OLeDb.OledbConnection=New System.Data.OLeDb.OledbConnection(ConnectionString)
Dim myConnection as New System.Data.OLeDb.OledbConnection(ConnectionString)
標籤: .net, OOP, VB
0 Comments:
張貼留言
<< Home