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

NET For Java Developers Migrating To C#

[ directory ] Previous Section Next Section

Chapter 5. Understanding Inheritance and Polymorphism

This chapter dives into class inheritance and polymorphism. You will learn about the behavior of the object references of base and derived classes. In this chapter you will use the access modifiers discussed in Chapter 4 to actually model classes.

    [ directory ] Previous Section Next Section