Articles by Tag #interfaces

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Dependency Injection made simple.

Dependency Injection is an intimitating word. But actually the concept is quite simple. Dependency...

Learn More 33 4Jul 5 '24

Mastering Generalization in OOP: Techniques and Examples

meta description: Learn key techniques for mastering generalization in object-oriented programming,...

Learn More 3 0Nov 15 '24

Interfaces

Na programação orientada a objetos, é útil definir o que uma classe deve fazer, mas não como. Um...

Learn More 1 0Oct 1 '24

Understanding Go Interfaces: A Practical Guide

Ahnii, Interfaces in Go might seem simple at first, but they’re incredibly powerful. Let’s explore...

Learn More 0 0Dec 23 '24

Grouping Classes/Interfaces By Type & Subject

I have been wondering about non-standard ways to group and save classes and objects.

Learn More 0 0Oct 5 '24

Small Go interfaces example: proof of identity cards

This post is a small example for Go interfaces. It is destined for beginners. In this tutorial we...

Learn More 0 0Jan 11

Types v/s Interfaces in TypeScript - A Dilemma

When venturing into TypeScript, many encounter the dilemma of whether to employ Types or Interfaces,...

Learn More 0 0Sep 11 '24