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 _viewstart cshtml?
What is assembly and dll in c#?
What is lazy loading c#?
What is the difference between dynamic and var in c#?
What is global asax in c#?
What is inline function in c#?
What do you mean by expression tree?
What is gui in c#?
What does addressof operator do in background ?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
Is .net and c# the same?
What is pure abstract class in c#?
What are All kind of access specifiers for a class and for methods
Define method overloading in c#?
Name the method of servicebase class?