Which .gang of four. Design pattern is shown below?


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

Post New Answer

More C Sharp Interview Questions

What is difference between interface and abstraction?

0 Answers  


What does void mean in c#?

0 Answers  


Write a sample code to write the contents to text file 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 extension of c# file?

0 Answers  






Does c# support templates?

0 Answers  


datagridview using updata in windows c#

1 Answers  


What is the difference between wrapper class and primitive?

0 Answers  


What is data reader in c#?

0 Answers  


What is dataset c#?

0 Answers  


Can int be null in c#?

0 Answers  


When you inherit a protected class-level variable, who is it available to?

5 Answers   CMC, IBM,


Categories