Answer Posted / ranji
structure cannot be inherited by a class.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is type nullable c#?
Are c# objects passed by reference?
What is the use of 0 in c#?
What is Fragmentation and its Types?
what is boxing and unboxing?can we initialize unboxing directly?
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 c# an open source language?
What is the file extension for c#?
Can abstract class have private constructor c#?
What is assembly version series sequence?
Explain clr in brief.
In howmany ways can you deploy an assembly?
Which types of inheritances does c# support?
Can we create multiple constructors?
Can we set image Source dynamically using C# in WPF application?