c# summary(3)

Generic collection: List<T>

      What type is written in angle brackets, and what type is this set

     

File class

  

Commonly used:

Polymorphism

 

 The abstract method is modified with abstract

 Abstract method has no method body

 The abstract method must be in the abstract class

 Abstract class cannot be instantiated

 The parent class is an abstract class, and the child class inherits this class. The abstract method in the abstract class must be rewritten

 

 

 

 

 

HTML

Guess you like

Origin blog.csdn.net/yanghezheng/article/details/108280779