Skip to main content

SOLID - Open Closed - Abstract Classes


3. Abstracting Our Classes.
In C#, we may decorate our classes with Abstract identifier From the code above we may make use of abstract in many ways. Since we are focusing on 'Open For Extension' The inherited class may override the defined method, or for whatever reason, a mandatory method must be implemented, or a hidden method need to be implemented in what ever circumstances.

Published on : 10-Jan-2019
Ref no : DTC-WPUB-000102

About Author

My photo
Wan Mohd Adzha CAPM,MCPD,MCSD,MCSE
Passionate about new technology ( Software Engineering ) and how to build,manage and maintain them

Comments