Friday, May 23, 2025

What is Encapsulation

What is Encapsulation in Object Oriented Programming?

It is the practice of hiding complexity inside a black box so that it is easier to focu on the problem at hand.


Could you please tell me more about Encapsulation in Object-Oriented Programming?

From my current understanding, it's the practice of concealing the intricate details within a self-contained unit, allowing for a clearer focus on the task at hand.

Wednesday, May 21, 2025

Windows 11 WSL 2 with Linux

Adding to my blog the command once you have WSL 2 running in Windows to connect to https://github.com

gh auth login

This will prompt you to go to https://github.com/ and enter the code provided in the WSL Linux Terminal

HTML vs HTML5 Differences Explained

HTML vs HTML5 Differences Explained Introduction to HTML and HTML5 HTML, or HyperText Markup Language, is the foundational language ...