Birlasoft interview question

What is an observer design pattern and how do you implement it in .NET?

Interview Answer

Anonymous

18 Jul 2024

I explained the intent of the pattern. Explained how it can be implemented in the classic way and within .NET, how it can be implemented using delegate.