Is C# high level programming language? Is C++ and C# the same?

Is C# high level programming language? Is C++ and C# the same?


2 Answers
1-2 of  2
2 Answers
  • C# is a high-level language that 'compiles' down to CLR (Common Language Runtime), which is interpreted by JIT in ASP.NET. C# doesn't have complex features, pure object-oriented language. C# supports garbage collection, C# programming can be used to create Windows, mobile, and console applications.

    No C++ and C# are not the same language, there are various differences among both languages.
    0

  • Yes C# is considered a high level language. I'd say it's moving from the "High" spot just like Java is. Java's considered the assembly language of the JVM at this point. New languages like Scala and Ruby seem to offer quite a variety that Java and C#are not going to easily match
    C++ was designed to allow developers to use all of the existing features of C but provides a number of extensions to support object-oriented programming techniques in an intermediate-level programming language. C# is a complete outlier in this list. Despite it's name, it has far more in common with Java than C or C++.
    0

C sharp Programming
Practice Mock Test
C sharp Programming