Is C# high level programming language? Is C++ and C# the same?
Is C# high level programming language? Is C++ and C# the same?
- 3704 दृश्य
- 2 उत्तर
-
-
- 18 मई
- 0 टिप्पणी
-
-
Yes strongC#/strong is considered a stronghigh level language/strong. I'd say it's moving from the "strongHigh/strong" spot just like Java is. Java's considered the assembly stronglanguage/strong of the JVM at this point. New stronglanguages/strong like Scala and Ruby seem to offer quite a variety that Java and strongC#/strongare not going to easily matchbr /strongC++/strong 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. strongC#/strong is a complete outlier in this list. Despite it's name, it has far more in common with Java than C or C++.
-
- 20 जून
- 0 टिप्पणी
-
- what is c# and how it is different?
- Can someone please update me with the important exam dates of C Sharp Programming Exam?
- Is C# only for Windows? Explain your answer
- How can I practice the questions of C Sharp Programming? Where to find study material?
- TIPS AND TRICKS TO CRACK C SHARP PROG
- What is C sharp coding? Explain your answer
- Is C++ better than C sharp? Explain your answer
- What is the use of Indexers in C#?
- What is C Sharp used for? Explaijn your answer
- Why C# is called C sharp? Explain your answer
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.br /br /No C++ and C# are not the same language, there are various differences among both languages.