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
Can we have inheritance without polymorphism?
What are the 3 pillars of oop?
Why is object oriented programming so hard?
program for insertion ,deletion,sorting in double link list
What are the types of abstraction?
What is the problem with multiple inheritance?
Can a destructor be called directly?
Which is better struts or spring?
What is overriding in oops?
What is the real time example of encapsulation?
What is difference between pop and oop?
What is polymorphism programming?
What is for loop and its syntax?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What does and I oop mean?