Share via


What is RIP Pattern in C#

Question

Monday, September 14, 2015 4:33 AM

i like to know what is RIP Pattern in C# ?

anyone like to discuss how to implement RIP Pattern in C# with sample code and in what kind of situation people use it.

thanks

All replies (1)

Monday, September 14, 2015 4:43 AM âś…Answered

Hi,

a quick google search gave me this: http://www.codeproject.com/Articles/1009532/Learn-Csharp-Design-patterns-step-by-step-with-a-p#Step7:-RIPPattern(ReplaceIFwithPolymorphism).

Grz, Kris.