Friday, 16 October 2015

difference between c++ and c#.


  • C++ support operator overloading.
  • C# does not support operator overloading.
  • C++ contains header files.
  • C# contains namespaces.
  • C++ support multiple inheritance.
  • C# does not support multiple inheritance because it support interface.