what is the diffrence between c# and c++

Answer Posted / thaah muhammed

C# is a distinct language from C++. C++ is designed for
general object oriented programming in the days when the
typical computer was a standalone machine running a command
line-based user interface. C++ is a general-purpose
programming language with high-level and low-level
capabilities. It is a statically typed, free-form,
multi-paradigm, usually compiled language supporting
procedural programming, data abstraction, object-oriented
programming, and generic programming.

C++ is regarded as a mid-level language. This indicates that
C++ comprises a combination of both high-level and low-level
language features. C# is designed specifically to work with
the .Net and is geared to the modern environment of Windows
and mouse-controlled user interface, networks and the internet.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

class type to basic type conversion

1833


Is enum a class?

602


What is oops concept with example?

574


Can a varargs method be overloaded?

617


What is polymorphism what are the different types of polymorphism?

562






can we make game by using c

3417


What are the 4 pillars of oop?

669


Are polymorphisms mutations?

696


What is the difference between static polymorphism and dynamic polymorphism?

579


Which language is pure oop?

545


What is and I oop mean?

616


What is class and example?

567


What is the example of polymorphism?

554


What is encapsulation with example?

577


What is use of overloading?

604