Advanced Search
Search Results
23 total results found
Classes Intro
Writing your code utilizing classes are regarded as a more refined code structure. There are many benefits to this architecture and only the simplest of applications should avoid using them.   What is object oriented programming?  Lets assume you ...
Class Inheritance and Method Override
As we dig deeper into the world of object oriented programming and classes we will find more ways to reduce lines of code and further improve readability and maintainability for the next programmer. Class Inheritance is a good way to break up your classes in...
The Basics
Functions and methods are not limited to datatype variables as arguments. Functions can be passed as an argument as well. You can wrap your function with more functionality. Seemingly complex, this capability actually simplifies some tasks. def someDeco...