knowledgebase

Viewing articles tagged “Interface definition in Python”

Viewing articles tagged “Interface definition in Python”

description

Python Interfaces: Defining Contracts for Class Implementations

In software engineering, an interface is a software architectural pattern. An interface is like a class but its methods just have prototype…

arrow_forward
arrow_back « Back