C # Advanced Programming, 11th Edition - Chapter Four

navigation

The fourth chapter Object-Oriented Programming with C

4.1 Object-oriented 85

4.2 inherited type 85

86 4.2.1 Multiple Inheritance

4.2.2 Structure and Class 86

86 4.3 inheritance

4.3.1 Virtual Method 87

4.3.2 polymorphism 88

89 4.3.3 Hiding

Version 4.3.4 to call the base class method 90

Abstract classes and methods 4.3.5 Abstract 90

4.3.6 Class and method for sealing 91 sealing

4.3.7 derived class constructor 91

4.4 Modifiers 93

4.4.1 access modifier 93

4.4.2 Other modifiers 94

Interface 94 4.5

4.5.1 define and implement interfaces 95

4.5.2 derived interface 97

4.6 is 98 as operator and

4.7 Summary 99

Guess you like

Origin www.cnblogs.com/zenronphy/p/12405876.html