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 constructors, explain with syntax

0 Answers  


What is marshalling in c#?

0 Answers  


How garbage collection deals with circular references.

0 Answers  


What is a callback c#?

0 Answers  


What is use of abstract class in c#?

0 Answers  






Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


What is a delegate, why should you use it and how do you call it ?

1 Answers  


How is a loop recorder monitored?

0 Answers  


What does immutable mean in c#?

0 Answers  


Why do I get a "cs5001: does not have an entry point defined" error when compiling?

0 Answers  


Explain About stateless and state full web service

0 Answers   Digital GlobalSoft,


When should we use delegates in c#?

0 Answers  


Categories