Is friend a constructor?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What are concrete classes?

0 Answers  


How to reverse each word in a string using c#?

0 Answers   Infosys,


What are the basics of c#?

0 Answers  


What is a interface in c#?

0 Answers  


What is yield return in c#?

0 Answers  






class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


What is the main purpose of xml?

0 Answers  


What is ENUM?

10 Answers   TCS, Wipro, YeshTech,


What is the data provider name to connect to access database?

0 Answers  


What is the major difference between a custom control and user control?

0 Answers   C DAC, CDAC,


Explain About stateless and state full web service

0 Answers   Digital GlobalSoft,


What is super class in c#?

0 Answers  


Categories