Introduction To Object Oriented Programming(OOP)


Object – oriented programming (OOP)

    The biggest challenge for a new java programmer is learning object oriented programming at the same time.
Althought this migth sound dounting if you are unfamiliar with this style of programming, think of it was a two-for-one discount for your brain. You will learn object oriented programming(OOP) by learning java. There’s no other way to make use of the language.

    Object orientied programming, also called OOP, is a way to building computer programs that mirrors how object are assembled in the physical world.
By using this style of development, you will be able to create programs tha are more reusable, reliable and uderstandable.   

    To get that point, you first must explore how java embodies the principles of object oriented programming. The following topics are covered :
·         Organizing programs into elements called classes, and how these classes are use to create objects.
·         
           Defining a class by two aspects of its structure: how it should behave and what is attributes areConnecting classes to each othe in a way that one class inherits functionality from another class Lingking class together thourght packages and interfaces.

Programming
      If you already are familiar with object oriented programming, much of today’s is lesson will be a review for you. Even if you skim over the introductly material, you should create the sample program to get some experience developing, compiling dan running java programs.

 



0 Response to "Introduction To Object Oriented Programming(OOP) "

Post a Comment