站内搜索: 请输入搜索关键词
当前页面: 图书首页 > From Java To C# A Developers Guide

From Java To C# A Developers Guide

[ directory ] Previous Section Next Section

Chapter 6. Class issues

Topics under this heading pertain to C# classes. It starts with a discussion on how to create new objects from classes, and moves on to the class hierarchy in C#, class inheritance, and interface implementation. It ends by covering sealed, abstract, and nested classes.

    [ directory ] Previous Section Next Section