what is the diffrence between c# and c++

Answers were Sorted based on User's Feedback



what is the diffrence between c# and c++..

Answer / vaishali

c is procedure oriented language&c++is object oriented language

Is This Answer Correct ?    18 Yes 8 No

what is the diffrence between c# and c++..

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

what is the diffrence between c# and c++..

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

what is the diffrence between c# and c++..

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

what is the diffrence between c# and c++..

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

Post New Answer

More OOPS Interview Questions

What does and I oop and sksksk mean?

0 Answers  


Write a program to find out the number of palindromes in a sentence.

1 Answers   TCS,


why to use template classes in c++?

1 Answers  


for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)

2 Answers  


What is encapsulation in simple terms?

0 Answers  






What is the point of polymorphism?

0 Answers  


What is oops concept with example?

0 Answers  


I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe

1 Answers  


Write a program to reverse a string using recursive function?

0 Answers   TCS,


what is an qt4 interface?

1 Answers   IBM,


What is encapsulation example?

0 Answers  


How to Increment the value of the empid E001 for each and every employee by using the programe?

1 Answers   Accenture,


Categories