1、计算机专业英语张起荣Unit One Hardware Keywords:type-safe 类型安全standardize 标准化implementation 实现self-contained 自包含self-describing 自描述package 包property 属性Passage Two C# Language Unit One Hardware Word-building :method 方法event 事件automatically 自动地transport 移植 namespace 命名空间fields 字段value type 值类型reference type 引用类型
2、Passage Two C# Language Unit One Hardware Word-building :variable 变量class 类struct type 结构类型delegate type 委托类型interface 接口generics 泛型enum type 枚举类型array 数组Passage Two C# Language Unit One Hardware Word-building :multi-dimensional array多维数组operand 操作数operator 操作符statement 语句object 对象Passage Two C# Lan
3、guage Unit One Hardware Word-building :名词 +al后缀 =形容词dimension维度(名词)dimensional 空间的(形容词)Passage Two C# Language Unit One Hardware Word-building :multi-多的 (前缀 ) multi-dimensional多维的 multi-user 多用户Passage Two C# Language Unit One Hardware Sentences :Key to such components is thatthey present a programm
4、ing model with properties, methods, and events; they have attributes that provide declarative information about the component; and they incorporate their own documentation. Passage Two C# Language Unit One Hardware Sentences :Aspects of C#s design that were directly influenced by versioning consider
5、ations include theseparate virtual and override modifiers, the rules for methodoverload resolution, and support for explicit interface memberdeclarations.Passage Two C# Language Unit One Hardware Sentences :Delegates make it possible to treat methods as entities that can be assigned to variables and passed as parameters. Passage Two C# Language