Community

Coding Better: Using Classes vs. Interfaces

(Matthew Cochran) We basically have two different ways to provide abstractions in our source code: Classes and Interfaces. First, let’s look at the differences between a class and an interface. The biggest and most apparent difference is that a class can hold functional logic while an interface is

Read More - Register for Free Membership