We’ve talked about objects, and we’ve dabbled in creating some classes and some simple user interfaces. All of this is fine, except that our applications still can’t really do anything. Logic still escapes the grasp of our applications.
In order to make our applications smarter, we’ll need to learn control structures. Those are if blocks, while blocks, foreach blocks… that sort of thing.
Recent Comments