1. How to restrict a class from allowing to create only one object. I.e., one should be allowed to create only one object of the class type.
1 78552. 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?
2 5509It was told that .Net 2.0 Framework has got it's in built webserver. Does it mean that it doesn't need IIS? What is the significance of Front Page Server Extensions in creating or hosting a Web Application in .net?
1 4200Post New 247Customer Dot Net AllOther Interview Questions
What is the use of mv command in linux?
Can you explain shared connection?
how will you do execution workflow, creat and modify test sets
write a program that will sort the given five numbers in ascending order using (bubble sort)(selection sort)
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What are a scheduled jobs?
What is the difference between now() and current_date()?
Does python support object oriented scripting?
How to add test id to testplan?
How to give effective introduction...for the designation of Team Leader (BPO)
how many running meters in one kilogram of 4mm pvc coated chainlink fencing
What is the difference between the web server and application server?
What is string array?
Do most web designers use wordpress?
Is enum a class c#?