当前位置:网站首页>C summary of knowledge point definitions, summary notes
C summary of knowledge point definitions, summary notes
2022-07-03 22:53:00 【ou. cs】
List of articles
CTS
Common Type System
General type system
CTS A grammar and specification of computer language .
Any .NET Platform as the target language must establish its data type and CTS Mapping between types of .
CLS
Common Language Specification
General language specification
CLS yes CTS A subset of
CLR
Common Language Runtime
The common language progressive
CLR yes CTS The implementation of the
CLR It is the execution engine of the application program and the class library with complete functions
oriented CLR The compiler , Can be used by multiple programming languages .
CLR Core functions : memory management , Assembly loading , Security , exception handling , Thread synchronization, etc .
lambda
Anonymous methods
Interface
Is a code of conduct
Include only declarations , Does not contain definition , All methods of the interface must be implemented .
Can be more inherited
Can't be instantiated
abstract class
Implement a common base class definition that can be derived from multiple classes .
All abstract methods must be implemented
Can't be instantiated
Virtual method
Check whether there is override, If there is, execute subclass methods , Otherwise, execute the parent method .
Template method pattern .
StringBuilder
Each use String Always create new strings in memory , Allocate space for objects .
character >100 Use StringBuilder, Improve performance .
To be continued
边栏推荐
- Wisdom tooth technology announced that it had completed the round D financing of US $100million and had not obtained a valid patent yet
- BUUCTF,Misc:LSB
- Buuctf, misc: n solutions
- [sg function]split game (2020 Jiangxi university student programming competition)
- Buuctf, misc: sniffed traffic
- How to connect a laptop to a projector
- Programming language (1)
- [actual combat record] record the whole process of the server being attacked (redis vulnerability)
- Learning notes of raspberry pie 4B - IO communication (SPI)
- Blue Bridge Cup -- guess age
猜你喜欢

6.0 kernel driver character driver

Weekly leetcode - nc9/nc56/nc89/nc126/nc69/nc120

How to switch between dual graphics cards of notebook computer

Flutter internationalized Intl

Opengauss database log management guide

Hcip day 15 notes

Go Technology Daily (2022-02-13) - Summary of experience in database storage selection

Take you to master the formatter of visual studio code

Programming language (2)

Data consistency between redis and database
随机推荐
4 environment construction -standalone ha
How to connect a laptop to a projector
To rotate 90 degrees clockwise and modify the video format
Common problems in multi-threaded learning (I) ArrayList under high concurrency and weird hasmap under concurrency
Leetcode: a single element in an ordered array
pycuda._ driver. LogicError: explicit_ context_ dependent failed: invalid device context - no currently
Creation of the template of the password management software keepassdx
[sg function] 2021 Niuke winter vacation training camp 6 h. winter messenger 2
[actual combat record] record the whole process of the server being attacked (redis vulnerability)
Subset enumeration method
Data consistency between redis and database
Sow of PMP
Yyds dry goods inventory Spring Festival "make" your own fireworks
Qtoolbutton available signal
Preliminary analysis of smart microwave radar module
[sg function]split game (2020 Jiangxi university student programming competition)
[untitled]
油猴插件
File copy method
Summary of basic knowledge of exception handling