تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Interface Segregation Principle ضمن كورس SOLID Principles شرح قناة kudvenkat، الفديو رقم 3 مجانى معتمد اونلاين
In this video we will discuss
1. Interface Segregation Principle
2. Will look at a Case Study of Interface Segregation Principle
3. And will implement Interface Segregation Principle with a simple example
Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.
https://www.youtube.com/channel/UC7sEwIXM_YfAMyonQCrGfWA/?sub_confirmation1
In the first video of SOLID Introduction we have understood that I in the SOLID is acronym for Interface Segregation Principle
1. The interface-segregation principle (ISP) states that "no client should be forced to depend on methods it does not use".
2. Which means, Instead of one fat interface many small interfaces are preferred based on groups of methods with each one serving one submodule.
3. The ISP was first used and formulated by Robert C. Martin while consulting for Xerox.
Let us now understand how the ISP was evolved with a case study.
CASE Study
Problem
• As we all know Xerox Corporation manufactures printer systems. In their development process of new systems Xerox had created a new printer system that could perform a variety of tasks such as stapling and faxing along with the regular printing task.
• The software for this system was created from the ground up.
• As the software grew for Xerox, making modifications became more and more difficult so that even the smallest change would take a redeployment cycle of an hour, which made development nearly impossible.
• The design problem was that a single Job class was used by almost all of the tasks. Whenever a print job or a stapling job needed to be performed, a call was made to the Job class.
• This resulted in a 'fat' class with multitudes of methods specific to a variety of different clients.
Because of this design, a staple job would know about all the methods of the print job, even though there was no use for them.
Solution
• To overcome this problem Robert C Martin suggested a solution which is called the Interface Segregation Principle.
• Which means, Instead of one fat interface many small interfaces are preferred based on groups of methods with each one serving one submodule.
For the example used in the demo, please refer to the link below
http://csharp-video-tutorials.blogspot.com/2018/01/interface-segregation-principle.html
Text version of the video
http://csharp-video-tutorials.blogspot.com/2018/01/interface-segregation-principle.html
Slides
http://csharp-video-tutorials.blogspot.com/2018/01/interface-segregation-principle-slides.html
SOLID Design Principles Tutorial
https://www.youtube.com/watch?vHLFbeC78YlU&listPL6n9fhu94yhXjG1w2blMXUzyDrZ_eyOme
SOLID Design Principles Text Articles & Slides
http://csharp-video-tutorials.blogspot.com/2018/01/solid-design-principles.html
All Dot Net and SQL Server Tutorials in English
https://www.youtube.com/user/kudvenkat/playlists?view1&sortdd
All Dot Net and SQL Server Tutorials in Arabic
https://www.youtube.com/c/KudvenkatArabic/playlists