Java Code Now that we've discussed how object inheritance works, we've covered all of the basic principles of object-oriented design. You should now be familiar with two different methodologies for creating programs: Structural/Procedural design: A program is split into one or more functions, which can all be in the same file or in different files. The code runs sequentially, using no dynamic binding. Code and data are kept separate. This is how you first learned to write programs, before you knew how to create classes and objects. Object-Oriented design: A program is split into different groupings of data and code called objects. The program runs by creating interactions between objects, which may involve dynamic binding (polymorphism) to decide what functions to call at runtime. The data and code are inseparable from each other, and data is often hidden to prevent unwanted access by unknown code. This is how we've learned to write programs in this course. state what you believe are the biggest differences between the structured and object-oriented design methodologies. Compare and contrast the two a bit. Now that you've learned how to do both, which methodology do you prefer? If you choose to look up any additional information to share, remember to credit your sources.  When making your reply, share an insight you have about the different methodologies that the original poster didn't mention.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Java Code

Now that we've discussed how object inheritance works, we've covered all of the basic principles of object-oriented design. You should now be familiar with two different methodologies for creating programs:

  • Structural/Procedural design: A program is split into one or more functions, which can all be in the same file or in different files. The code runs sequentially, using no dynamic binding. Code and data are kept separate. This is how you first learned to write programs, before you knew how to create classes and objects.
  • Object-Oriented design: A program is split into different groupings of data and code called objects. The program runs by creating interactions between objects, which may involve dynamic binding (polymorphism) to decide what functions to call at runtime. The data and code are inseparable from each other, and data is often hidden to prevent unwanted access by unknown code. This is how we've learned to write programs in this course.

state what you believe are the biggest differences between the structured and object-oriented design methodologies. Compare and contrast the two a bit. Now that you've learned how to do both, which methodology do you prefer? If you choose to look up any additional information to share, remember to credit your sources. 

When making your reply, share an insight you have about the different methodologies that the original poster didn't mention.

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education