Answer Posted / kavita
Two or more pointers have their own Data.
class A
{
string c;
}
A a;
B b;
a=b;//deep copy
| Is This Answer Correct ? | 6 Yes | 42 No |
Post New Answer View All Answers
How many validators do ASP.NET have?
What is a postback url?
What is true about application service provider?
Can you use Web API with ASP.NET Web Form?
How you can access the values from the Repeater control in ASP.NET?
Do I need to have the latest version of windows media player installed?
How can you debug your.net application?
Explain the use of view state?
What are the advantages and disadvantages of session?
Explain the path instructions in xaml?
How does asp.net work?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
How we implement web farm and web garden concept in asp.net?
Define static member?
How can you display all validation messages in one control?