Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 428 Bytes

综合笔试面试题4-Winform.md

File metadata and controls

15 lines (8 loc) · 428 Bytes

目录

一.填空题

1.能用foreach遍历访问的对象需要实现 IEnumerable 接口或声明 GetEnumerator 方法的类型

2.c#中的三元运算符是 ?

3.面向对象的语言具有 继承性封装性多态性

4.当整数a赋值给一个object对象时,整数a将会被 装箱

5.类成员有 3 种可访问形式