Fundamental Object Oriented Design Principles (Part 2): Encapsulation
A look at Encapsulation as provided by Object Oriented languages and how it combines data and functionality.
A look at Encapsulation as provided by Object Oriented languages and how it combines data and functionality.
A look at Abstraction as provided by Object Oriented languages and how it hides details
Delphi versions of the Maze code samples of Creational Design Patterns in “Design Patterns: Elements of Reusable Object-Oriented Software”.
Working through a free course at Udemy R, ggplot, and Simple Linear Regression. My notes will follow
Kaggle has a tutorial competition on the survival of the passengers of the Titanic. Datacamp has a handy tutorial on using R to tackle the problem. Here are ...