What does the term immutable mean?
Answers were Sorted based on User's Feedback
Answer / eng.sakr saudi
it means that this object can't be changed.
but if you want another value to the same object another
instance of the object is created and leave the current
instance unchanged.
an example of immutable is STRING.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / vijay rana
immutable means we can not change the contents at run time,
example of immutable is String
| Is This Answer Correct ? | 6 Yes | 1 No |
What is xaml in c#?
What is the difference between yield and return?
Is c# pass by reference?
what is the difference between passing a value object by reference and a reference object by value?
What is entity framework c#?
Does c# supports destructors?
What is the use of tryparse in c#?
What are the ways to deploy an assembly?
2 Answers Siebel Systems, Visual Soft,
Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
What is the main usage of keyword “virtual†? How does it work for a method or property?
What is a thread? What is multithreading?
What is the name of c# compiler?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)