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
Whats oop mean?
How do you achieve polymorphism?
Why is encapsulation used?
Which language is pure oop?
Give two or more real cenario of virtual function and vertual object
What is the oops and benefits of oops programming?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is the fundamental idea of oop?
What is oops in simple words?
What is abstract class in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
can inline function declare in private part of class?
What is polymorphism in oop example?
what's the basic's in dot net
What is destructor in oop?