Which .gang of four. Design pattern is shown below?
No Answer is Posted For this Question
Be the First to Post Answer
What is constructors, explain with syntax
What is marshalling in c#?
How garbage collection deals with circular references.
What is a callback c#?
What is use of abstract class in c#?
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 }
What is a delegate, why should you use it and how do you call it ?
How is a loop recorder monitored?
What does immutable mean in c#?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
Explain About stateless and state full web service
When should we use delegates in c#?