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
What is polymorphism what is it for and how is it used?
What is the fundamental idea of oop?
c++ program to swap the objects of two different classes
What is property in oops?
Whats is abstraction in oops?
What is the real time example of inheritance?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is inheritance and how many types of inheritance?
What is polymorphism give a real life example?
Is enum a class?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is abstract class in oops?
What are the 3 principles of oop?
What are classes oop?
Which is not an object oriented programming language?