Explanation of C# OOP compiled or interpreted | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Explanation of C# OOP compiled or interpreted

is C# compiled or interpreted and how

9th Sep 2018, 9:12 AM
Alao Abiodun
Alao Abiodun - avatar
3 Answers
+ 2
c# is a compiled language because all it's code is translated into assembly prior to execution
9th Sep 2018, 9:15 AM
hinanawi
hinanawi - avatar
+ 1
what C# is typically interpreted into bytecode and compiled by CLR
9th Sep 2018, 9:20 AM
Alao Abiodun
Alao Abiodun - avatar
+ 1
Alao Abiodun first it's compiled into IL, then it's JIT compiled into native assembly, my mistake sorry
9th Sep 2018, 9:23 AM
hinanawi
hinanawi - avatar