Explain me what is encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of Treeview control?
Can I write il programs directly?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
What is the advantage of .net?
What is the difference between encrypting a password and applying a hashing?
What is .net core used for?
Explain me what is the difference between an abstract class and an interface?
Why do we use the “using” statement?
Explain how com+ related to the dna architecture?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
What is delegation in .net?