Articles by Tag #interfaces

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

Mastering Generalization in OOP: Techniques and Examples

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

Learn More 2 0Nov 15 '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

15-interface

we can add function in our interface.

Learn More 0 0Aug 26

16-interface vs type

user can reopen an interface. it means you can add more values into the interface. for example, you...

Learn More 0 0Aug 27