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 are the types of parameters in c#?
Can multiple inheritance implemented in c# ?
How does aspect oriented programming work?
What is a template class?
What is an int c#?
Define encapsulation?
Can we store different data types in arraylist in c#?
How big is a 64 bit integer?
What operator means?
What are Indexers in C#?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
When Should You Call The Garbage Collector In .net?
Explain About a class access specifiers and method access specifiers.
Can enum have methods c#?
What is enum in c#?