Thursday, January 15, 2015

Head First Java Chapter 2

    In this chapter I learned about the advantages of object oriented (OO) programing and what exactly it is. This chapter was sort of dull when it came to information about coding, but it had a lot of info on object oriented programs. Object oriented programing is different from procedural programing because with object oriented you think of the things in the program and in procedural you think of the things the program has to do. The main advantage OO has over procedural is that you don't have to edit existing code to add features or things. On the other hand procedural is usually faster to make. I also learned about how a class and a object can inherit methods and instance variables from a superclass or a class respectively.

No comments:

Post a Comment