Time Off for Play

That’s Better Had a moment of “what’s happening”, but I get it now.

Where I'm at

It’s been a full few days The Educative OOP course is almost done.

Implementing A Child Class

A Banking Class Example Following the tutorials in Educative I wrote my first class with inheritance.

Terminal Tweaks

Time to Tweak the Terminal Having played around with and gotten some comfort level with Vim with VS Code, I feel it’s time to start exploring using Vim from the terminal.

Inheritance

Parent Class Parent Class (Super Class or Base Class): This class allows the reuse of its public properties in another class.

Information Hiding

Information Hiding The process of hiding the ‘inner workings’ of a method or class by providing only an interface to access the object.

Share This Widget

Share This Post Widget I’m working on implementing the code and methods detailed by Christian Oliff at this page.