C++ over C#



1- C++ is platform independent
2- C++ support multiple inheritance through classes so a class can extend more than one class at a time.
3- C++ memory management is done manually by the programmer.
4- In C++, bound checking is not performed by compiler ??

Source : https://www.geeksforgeeks.org/c-vs-c-sharp/

Comments