Difference between C++ and C#.net
Answer Posted / rajesh
C++ uses Object oriented concepts for their programming
where C# is pure object oriented language.One point that
support the above statement is
where as c++ supports multiple inheritance while C#
only single inheritance.
One feature of OOPs language is "Supporting Single
Inheritance"
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is jagged array?
How many types of inheritance are there in c#?
Difference between call by value and call by reference in C#?
What does addressof operator do in background ?
Explain the various types of classes used in c#?
Is is possible to force garbage collector to run?
Why do we use generics in c#?
What is difference between ilist and list in c#?
How does a while loop work?
What's the difference between a method and a procedure?
What is difference between private and protected in c#?
Define c# i/o classes? List the commonly used classes?
What is delimiter in c#?
Is php easier than c#?
What standard types does c# use?