Difference between C++ and C#.net
Answer Posted / gopal priya bhardwaj
c++ allow multiple inheritance but C# does not support
multiple inheritance
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is enum a value type c#?
Are attributes inherited c#?
What are fields in c#?
What is use of console?
Why do we need singleton class in c#?
Can we extend static class in c#?
What does mean before a string in c#?
What are partial types in c#?
What is the reason behind the invention of c#?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
Is object an int c#?
What are the 2 broad classifications of data types available in c#?
What is lock in c#?
What is IL / CIL / MSIL?
Can I get the name of a type at runtime?