Preview

Object-Oriented Programming Paradigm

Powerful Essays
Open Document
Open Document
633 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Object-Oriented Programming Paradigm
Object-Oriented Programming Paradigm
Advantages
* Because of the concept of inheritance in OO programming, existing codes can be easily modified because new codes can be added with little modifications made. That is to say it is easily extensible and codes can be easily re-used. * OOP provides a clear program structure because the solution to be developed can be broken down into objects and approached as such. This gives room for maintainability of the program because problems would be easy to identify and fix * Each object exists separately and can be managed individually because the internal working of teach object is independent of other object. It is easy to modify a class without affecting other parts of the program because the public access to the class is through the use of its methods

Disadvantages * The division of a solution into classes (objects) is limited to what the eyes can see or what the mind can visualize at the moment. But when the problem changes slightly, the view of the classes and objects would change also * Another disadvantage is in the case of conditional programming. In OOP several objects would interact in a lot more complex way than they were designed to. There would even be things that were not anticipated when writing the program. This could lead to difficult debugging problems.

Structured Programming Paradigm
Advantages
* It is a lot easier to represent an algorithm in the programming language * It is easier to learn for a beginner

Disadvantages * It is more difficult to debug the programs * Most times the codes are longer and more complex than OOP

Object oriented programming is perceived among programmers to be better than other structural programming languages. This is because of the ease at which complex programs can be maintained. For a structured programming language, the solution is concise and deals directly with the end result; it uses procedures and functions to immediately

You May Also Find These Documents Helpful

  • Satisfactory Essays

    There are lots of design styles readily available for the creation of company software program. The design styles talked about in this report will include Data Access Object (DOA), dispatcher, plant technique, abstract factory method, as well as model-view-controller (MVC). All 5 of these design styles are evaluated as well as compared in this report.…

    • 579 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    List two advantages and two disadvantages of using unified modeling language as a standard for object-oriented programs.…

    • 693 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    Pm3110 Unit 5 Lab Report

    • 343 Words
    • 2 Pages

    Classes are useful for length programs which require large amounts of similar code. Classes can accelerate program development by reducing redundant code, testing, and debugging. Using classes also makes the code easier to read and follow for other programmers.…

    • 343 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Cost – It’s not much as a disadvantage but as a positive as the price of the software doesn’t cost anything as it for FREE for anyone with Windows or IOS O.S.…

    • 958 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Yet in an OOP, modules in the form of objects interact by sending messages to other objects. The power of OOP comes from the ability to inherit, encapsulate, and abstract that procedural logic. The importance of OOP is not as much in the language mechanism as it is in the thinking and designing process.…

    • 793 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Psy300 Week 8

    • 760 Words
    • 4 Pages

    • Describe the architectural differences between the object-oriented and structured designs. Which of the designs makes more sense to you? Why?…

    • 760 Words
    • 4 Pages
    Good Essays
  • Good Essays

    It210 Week 1 Dq#2

    • 329 Words
    • 2 Pages

    In development of programs structured approach is mostly used, because the structured approach is a method for designing and coding programs in a systematic, organized manner to develop a programming solution. In this approach, system requirement is to identify the long term requirements before the programming development[pic]…

    • 329 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Array Structure Proposal

    • 574 Words
    • 3 Pages

    In this proposal we will focus on the objects and object-oriented programming that will help solve the problem of the Police Department report writing issue. An object doesn’t exist until a case of the class has been formed. When the object is formed, space for the object is allocated in memory. Multiple objects can be created from just one class. “Objects are created from abstract data types that encapsulate data and functions. An object is a software entity that contains both data and procedures” (Gaddis, 2010). “Object-oriented programming (OOP) is a programming paradigm using "objects" – usually instances of a class – consisting of data fields and methods together with their interactions – to design applications and computer programs. Programming techniques may include features such as data abstraction, encapsulation, messaging, modularity, polymorphism, and inheritance” (Wikipedia, 2012). “Objects are created from abstract data types that encapsulate data and functions together” (Gaddis, 2010). Gaddis went on further to say that “An object is a software entity that contains both data and procedures” (Gaddis, 2010).…

    • 574 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    The individual operations used in a computer program are often grouped into logical units called _____________.…

    • 4265 Words
    • 23 Pages
    Satisfactory Essays
  • Good Essays

    Evidence and Guiding

    • 4353 Words
    • 18 Pages

    ● The teacher provides instructional accommodations, modifications, and adaptations to meet needs of each individual student.…

    • 4353 Words
    • 18 Pages
    Good Essays
  • Good Essays

    Reusability of Code

    • 511 Words
    • 3 Pages

    Object-oriented programming and procedural programming are two programming paradigms that distribute common attributes as well as various differences. A procedure is an additional name for a routing, technique or function. Procedures and objects both use algorithms to develop the system and any logical calculation that is necessary for the program. A function is divided from variables and data compositions. Procedures are intended to run the code in a precise order, while OPP merges data with the function in the function changes the data that is bound to it into a unit identified as an object. Other useful features such as abstraction, encapsulation, and inheritance can be achieved while working with OPP.…

    • 511 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Math Development

    • 1177 Words
    • 5 Pages

    student is in control of what he or she learns, not the instructor. Building a model, designing a chart, and…

    • 1177 Words
    • 5 Pages
    Powerful Essays
  • Powerful Essays

    Object Relation Theory

    • 3303 Words
    • 14 Pages

    Since we are talking about object relations theory, this is a good time to ask what an object…

    • 3303 Words
    • 14 Pages
    Powerful Essays
  • Powerful Essays

    The following information will introduce general knowledge in basic programming concepts. It shall discuss basic types of computer programming languages as-well-as program development. There are three basic types of computer programming languages that will be discussed in a simple and easy to understand manner. We shall also describe the program development cycle and discuss why it is important to use a structured and organized process to create a computer programming language.…

    • 1318 Words
    • 6 Pages
    Powerful Essays
  • Satisfactory Essays

    bluej conclusion

    • 1557 Words
    • 7 Pages

    BlueJ was developed to support the learning and teaching of object-oriented programming, and its design differs from other development environments as a result. The main screen graphically shows the class structure of an application under development (in an UML-like diagram), and objects can be interactively created and tested.…

    • 1557 Words
    • 7 Pages
    Satisfactory Essays

Related Topics