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 can we access static variable?
Will the asp.net validators run in server side or client side?
Define a multilingual website?
How can we register exception filter globally?
What is the benefit of WebAPI over WCF?
when a request is made in Life cycle of ASP.NET page .
What are session state modes in asp.net?
What symbol would you use to denote, the start of a code block in aspx views?
Explain file-based dependency and key-based dependency.
How Can assign alias name for ASP.NET Web API Action?
What is the difference between dynamic SGA and static SGA?
Why is mvc better than asp.net?
Explain the difference between panel and groupbox classes using .net?
What is a reflection?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?