Today we continue the series by wrapping up C#’s class/interface/struct/enum system with a discussion of where to put them all. We’ll focus on package/namespace, organizing types into files, and some details of using/import. In AS3, there are classes, interfaces, and functions but not structures or enums. You can choose to put them in a package […]
↧