|
C# is surely native as well. It can be compiled to native code just like C++ via NGEN, .NET Native, CoreRT, IL2CPP, Bartok, Mono AOT. Or if you prefer, C++ is not native. It's converted to LLVM bitcode, OS/400 TIMI, WASM,.... Lets not mix languages with implementations. |
In that sense, you are absolutely right.
However, for simplicity I only thought about the out of the box experience, or by the de-facto implementation of the said languages, since it’s the most popular usage scenario as well.