Completed
Golang Tutorial #22 - Interfaces
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Golang Tutorials
Automatically move to the next video in the Classroom when playback concludes
- 1 Golang Tutorial #1 - An Introduction to Go Programming
- 2 Golang Tutorial #2 - Variables & Data Types
- 3 Golang Tutorial #3 - Assignment Expression & Implicit vs Explicit
- 4 Golang Tutorial #4 - Printing to Console & fmt
- 5 Golang Tutorial #5 - Console Input (Bufio Scanner) & Type Conversion
- 6 Golang Tutorial #6 - Arithmetic Operators & Math
- 7 Golang Tutorial #7 - Conditions & Boolean Expressions
- 8 Golang Tutorial #8 - Chained Conditionals (AND, OR, NOT)
- 9 Golang Tutorial #9 - If, Else If, Else
- 10 Golang Tutorial #10 - For Loops & While Loops
- 11 Golang Tutorial #11 - Switch Statement
- 12 Golang Tutorial #12 - Arrays
- 13 Golang Tutorial #13 - Slices
- 14 Golang Tutorial #14 - Range & Slice/Array Examples
- 15 Golang Tutorial #15 - Maps
- 16 Golang Tutorial #16 - Functions
- 17 Golang Tutorial #17 - Advanced Function Concepts & Function Closures
- 18 Golang Tutorial #18 - Mutable & Immutable Data Types
- 19 Golang Tutorial #19 - Pointers & Derefrence Operator (& and *)
- 20 Golang Tutorial #20 - Structs and Custom Types
- 21 Golang Tutorial #21 - Struct Methods
- 22 Golang Tutorial #22 - Interfaces