an object,class is value type or refarance type. ?
Answer Posted / ctharam
They are Class, Object, Interface, String, Delegate and Dynamic.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between Metadata and Manifest
What is concatenation and when should it be used?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
What is verbatim string?
What is the real use of interface in c#?
Explain how obfuscator works in .net
What is ControlBox Propertie
What is CASPOL?
Can we instantiate abstract class in c#?
What is a delegate? How can it works?
What is action c#?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
Why is it important to override gethashcode when equals method is overridden?
Does c# support properties of array types?
How is a string immutable?