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 multicast delegate explain with example?
What are Memory foot print of an exe?
How do you remove white spaces from a string?
Explain the difference between access specifier and access modifier in c#?
When Should You Call The Garbage Collector In .net?
What is asynccallback c#?
Is equal in c#?
What is the difference between namespace and class in c#?
Is it possible to have a static indexer in c#?
What are the benefits of using the aggregate method in linq?
What is expression tree with example?
What does out mean in c#?
What is the task perform by clr?
Is typeof c#?
Why is dll used?