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
What are the different types of delegation?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
What is delimiter in c#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What is view model in c#?
Why do we use static methods in c#?
What is assembly version series sequence?
What is a float?
Is an array an object c#?
What is iformatprovider in c#?
Is string null or empty?
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?
What is data quality assurance?
What is difference between string and stringbuffer in c#?
If you donot specify an access modifier for a method, what is the default access modifier?