what is the diffrence between c# and c++
Answers were Sorted based on User's Feedback
Answer / vaishali
c is procedure oriented language&c++is object oriented language
| Is This Answer Correct ? | 18 Yes | 8 No |
Answer / 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 |
Answer / rajakumar chirra
c language:
c language is the procedure oriented programming
language,then this is comparison of c++, c language is the
olgder version.C can have the some technical features.c
language can check the errors in line line process i.e.
called compiler language.
c++::
c++ is the object oriented programming language,
comparison of c language c++ is the advanced language. c++
can check the errors only one time of the entire program
i.e. called the interpreter.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / shri vishnu
c++ provides data security.
moreover, in c++ it is possible to declare the variables
wherever tn func. but in c all declarations should done
before the operation.
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / anu.shanthi8
c is a compiler.
c++ have oops concept and improved version of c#.
c++ is interpreter .it checks code line by line.
c# does not check line by line.
| Is This Answer Correct ? | 0 Yes | 4 No |
Program to open a file with First argument
what is the usage of clas templates
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
diff between Abstract class Interfaces?
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
what does exactly the linker do?
i ahve v low % in 12th n BSC which is aroun 50 coz science was imposed on me......nw m doin MCA n my aggregate in above 74%,what shud i say if asked about low previous percentage??????
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
How do you define social class?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?