0
Explanation of C# OOP compiled or interpreted
is C# compiled or interpreted and how
3 Respostas
+ 2
c# is a compiled language because all it's code is translated into assembly prior to execution
+ 1
what C# is typically interpreted into bytecode and compiled by CLR
+ 1
Alao Abiodun first it's compiled into IL, then it's JIT compiled into native assembly, my mistake sorry