July 14, 2017 in Treehouse News
What’s New on the Treehouse Blog
Each week we publish new content for you here on the Treehouse Blog. From free tutorials and helpful coding tips to student success stories and tech industry insights, the Treehouse team is here to give you a weekly dose of web…
June 28, 2017 in Learn
Why Go Interfaces are Awesome
In object-oriented programming, an “interface” is a description of the things an object can do. Usually, this takes the form of a list of methods an object is guaranteed to have. C# and Java both support interfaces, and so does…