...

/

Quiz on Go Interfaces

Quiz on Go Interfaces

Here's a quick quiz to test your understanding of Interfaces!

We'll cover the following...

Interfaces

1.

True or False: An interface type is defined by a set of methods, which means that two types that have different names, but the same method names can use the same interface.

A.

True

B.

False


1 / 2