当前位置:网站首页>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
边栏推荐
- How to obtain opensea data through opensea JS
- finalize finalization finally final
- Fashion cloud interview questions series - JS high-frequency handwritten code questions
- Common problems in multi-threaded learning (I) ArrayList under high concurrency and weird hasmap under concurrency
- Some 5000+ likes, the development notes of a director of cosmic factory, leaked
- Unique in China! Alibaba cloud container service enters the Forrester leader quadrant
- Firefox set up proxy server
- Classification and extension of OC
- What indicators should be paid attention to in current limit monitoring?
- Bluebridge cup Guoxin Changtian single chip microcomputer -- hardware environment (I)
猜你喜欢

Unsafe and CAS principle

Esp-idf turns off serial port log output.
![Yyds dry goods inventory [practical] simply encapsulate JS cycle with FP idea~](/img/af/1975b37d81bbdb9709ff181b9a72f9.jpg)
Yyds dry goods inventory [practical] simply encapsulate JS cycle with FP idea~

Niuke winter vacation training camp 4 g (enumeration optimization, Euler power reduction)

Mysql database - Advanced SQL statement (I)

In 2022, 6G development has indeed warmed up

STM32 multi serial port implementation of printf -- Based on cubemx

On my first day at work, this API timeout optimization put me down!

Bluebridge cup Guoxin Changtian single chip microcomputer -- hardware environment (I)

User login function: simple but difficult
随机推荐
IPhone development swift foundation 09 assets
Pooling idea: string constant pool, thread pool, database connection pool
(POJ - 2912) rochambau (weighted concurrent search + enumeration)
QGIS grid processing DEM data reclassification
Mongoose the table associated with the primary key, and automatically bring out the data of another table
How about agricultural futures?
Classification and extension of OC
User login function: simple but difficult
Summary of basic knowledge of exception handling
Redis single thread and multi thread
Preliminary analysis of smart microwave radar module
Electronic tube: Literature Research on basic characteristics of 6j1
LeetCode 540. A single element in an ordered array
Shell script three swordsman awk
[template summary] - binary search tree BST - Basics
[dynamic programming] Ji Suan Ke: Suan tou Jun breaks through the barrier (variant of the longest increasing subsequence)
Mindmanager2022 serial number key decompression installer tutorial
QT creator source code learning note 05, how does the menu bar realize plug-in?
Es6~es12 knowledge sorting and summary
[sg function]split game (2020 Jiangxi university student programming competition)