Python Programming: An Introduction to Computer Science, 3rd Ed.
3rd Edition
ISBN: 9781590282755
Author: John Zelle
Publisher: Franklin, Beedle & Associates
expand_more
expand_more
format_list_bulleted
Concept explainers
Expert Solution & Answer
Chapter 12, Problem 1D
Explanation of Solution
Object oriented design:
- A set of process that is involved in developing a set of classes for problem solving is called as object oriented design.
- It is considered as most powerful complement to the top-down design for developing a reliable, cost-effective software system.
- The goal of top-down design is developing set of black-boxes and its associated interfaces.
- A top-down design seeks for the function whereas the Object Oriented Design seeks for an Object.
Process of Object oriented design OOD:
There are many different ways to process OOD and they are as
- Look for object candidates.
- While considering a problem definition, the main goal is to define a set of objects that aids in solving the problem.
- The objects that are chosen are often described through nouns.
- The nouns present in the each problem statement are considered and underlined one by one based on the below mentioned factors.
- Identify instance variables.
- Based on the value possessed by the instance variable the instance variables are identified.
- Most of the instance variables are considered to have primitive value whereas some of them seem to have complex types...
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Caching may be divided into two categories: "logical" and "physical."
Is there a easy way to learn SPSS
Explain why
Chapter 12 Solutions
Python Programming: An Introduction to Computer Science, 3rd Ed.
Knowledge Booster
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
- What is the abbreviation for ORM?arrow_forwardExplain what "AGP" means in its abbreviated form.arrow_forwardCan you please give an example on how division algorithm is being used in Seawater Desalination? I've been reading and trying to understand different studies but I'm having difficulty on understanding it. Can you show me a process on how division algorithm is used in desalination? Please and thank you.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you