Is c# different than c++?



Is c# different than c++?..

Answer / Vivek Kumar

Yes, C# and C++ are different programming languages. C# is a modern, object-oriented language developed by Microsoft as part of the .NET Framework, while C++ is an older, more low-level language originally developed by Bjarne Stroustrup at Bell Labs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can a struct be null?

1 Answers  


Why do we need a singleton class?

1 Answers  


What is the difference between class and abstract class?

9 Answers  


what are the different ways a method can be overloaded?

1 Answers   Siebel Systems,


How do you remove the objects which are not in use?Explicitly or implicitly?What is the exact mechanism going behind?

2 Answers   Advanced Software Systems, Choice Solutions,


Can constructor be overloaded in c#?

1 Answers  


what happens if you inherit multiple interfaces and they have conflicting method names?

1 Answers   Siebel Systems,


What is private virtual in C#?

1 Answers   CDC,


If you define integer variable and a object variable and a structure then how those will be plotted in memory ?

1 Answers  


Why do we use abstraction in c#?

1 Answers  


Why singleton is sealed?

1 Answers  


What is a constructor in c#?

4 Answers  


Categories