What is private constructor? And it's use?
No Answer is Posted For this Question
Be the First to Post Answer
What is the problem with .net generics?
Define dma? : Dot net architecture
What is the purpose of Accordian in jquery? Where it can be used?
Explain the process of gc?
What is MS chart control in visual studio?
What are the new features of .net 2.0?
Define an interrupt? : Dot net architecture
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
what is the shortcutkey for solution explorer and add new item?
2. What type of code (server or client) is found in a Code-Behind class?
What is textview control of .net mobile? : Microsoft dot net mobile
9. Oop-Class A has m1 metthode Class B has m1 metthode and C is the calss that inharits A class, A class inharits B class. If Object dim c as new A() c.m1(), Tell me which mettode of class will call