Click here to Skip to main content
15,904,288 members
Articles / General Programming / Architecture

OOP Is For Humans (CPUs Don't Care): The Power of Abstraction Via Interfaces

Rate me:
Please Sign up or sign in to vote.
4.44/5 (8 votes)
22 Apr 2016CPOL12 min read 14K   144   11  
Learn to leverage the power of the Interface to design your object-oriented code so you can test interactions and create more extendable more easily maintainable code. (Also see the Factory pattern implemented simply)

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) RADDev Publishing
United States United States
"Everything should be made as simple as possible, but not simpler."

Comments and Discussions