Data Structures and Algorithms in Java
6th Edition
ISBN: 9781118771334
Author: Michael T. Goodrich
Publisher: WILEY
expand_more
expand_more
format_list_bulleted
Question
Chapter 2, Problem 10R
Program Plan Intro
Shallow inheritance:
Consider that there are classes such as “A”, “B”, “C” and so on. In which all these classes extends a single class “Z”.
This type of inheritance is referred as shallow inheritance.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
We would like to design a software system so that ...
we can easily add new functionality without large changes in our software design or code-level implementation.
we can easily add or remove easily new functionality without large changes in our software design or code-level implementation.
we can easily modify the existing functionality without large changes in our software design or code-level implementation.
we can easily use the software system in different scales, i.e., create more or less instances of classes.
we can do all of the above.
When can the occurrence of dual inheritance lead to uncertainty? Is there any way to fix this issue? Just what are virtual base classes? Where does their value lie, exactly?
A lot of these patterns feel very powerful and useful for abstracting and re-using code. Although, I am curious to know as to the extent in which a class "should" be extended in order to prevent unwanted bugs or over-use of a base class that could lead to a chain of inheritance that becomes too brittle.?
Chapter 2 Solutions
Data Structures and Algorithms in Java
Ch. 2 - Give three examples of life-critical software...Ch. 2 - Give an example of a software application in which...Ch. 2 - Prob. 3RCh. 2 - Prob. 4RCh. 2 - Prob. 5RCh. 2 - Give a short fragment of Java code that uses the...Ch. 2 - Prob. 7RCh. 2 - Prob. 8RCh. 2 - Prob. 9RCh. 2 - Prob. 10R
Ch. 2 - Prob. 11RCh. 2 - Draw a class inheritance diagram for the following...Ch. 2 - Prob. 13RCh. 2 - Prob. 14RCh. 2 - If the parameter to the makePayment method of the...Ch. 2 - Prob. 16CCh. 2 - Most modern Java compilers have optimizers that...Ch. 2 - The PredatoryCreditCard class provides a...Ch. 2 - Modify the PredatoryCreditCard class so that a...Ch. 2 - Prob. 20CCh. 2 - Write a program that consists of three classes, A,...Ch. 2 - Prob. 22CCh. 2 - Prob. 23CCh. 2 - Write a Java class that extends the Progression...Ch. 2 - Redesign the Progression class to be abstract and...Ch. 2 - Use a solution to Exercise C-2.25 to create a new...Ch. 2 - Use a solution to Exercise C-2.25 to reimplement...Ch. 2 - Write a set of Java classes that can simulate an...Ch. 2 - Write a Java program that inputs a polynomial in...Ch. 2 - Write a Java program that inputs a document and...Ch. 2 - Prob. 31PCh. 2 - Write a Java program that simulates a system that...Ch. 2 - Define a Polygon interface that has methods area()...Ch. 2 - Prob. 35PCh. 2 - Write a Java program that can make change. Your...
Knowledge Booster
Similar questions
- When does dual inheritance become a thorny issue? What is the best method to handle it? What exactly are virtual base classes, and what are they used for? What significance do they have?arrow_forwardWhen might we expect uncertainty to arise due to multiple inheritance? Is there any way to fix this issue? So, what precisely are virtual base classes? For what purpose, precisely, do we need them?arrow_forwardIf we are going to use hybrid inheritance, why do we need to create a virtual base class first?arrow_forward
- Discuss the concept of multiple inheritance through interfaces and its advantages compared to multiple inheritance through classes.arrow_forwardcan you solve this Q please?arrow_forwardWhat are the risks associated with inheritance in classes? Whyare generic classes both useful and dangerous in programming?arrow_forward
- Compared to abstract classes, what are the benefits of using interfaces instead?arrow_forwardThis means that there are benefits and downsides to both class adapters and object adapters. What is the significance of these ideas?arrow_forwardThe main benefit of inheritance is reusability. What is the main tradeoff (i.e., "cost") of having inheritance? (as compared to a "pure" ADT?) Give an example of an inheritance hierarchy that exhibits this tradeoff. (For example, consider a BankAccount -> CheckingAccount relationship.)arrow_forward
- Write a C++ program for student’s evaluation concept using inheritance. Algorithm Step1: create a class studentpersonal declare rollno, age, name, sex in protected mode. Step2: Using a parameterized constructor initialize the values for all the data members. Step3: Create another class studentmark that is inherited from the baseclass and having the data members mark1 ,mark2 ,mark3,mark4 Using a parameterized constructor initialize the value for mark1,mark2,mark3,mark4. Step4: Create another class called studentsports and declare score as protected mode. Step5: Create a class studentresult and public inherited form studentmarks and studentsports having the data members total, avg, and grade. Step6: Calculate the total and avg and display the result.arrow_forwardWhy is it necessary to put in additional effort and code in Java programming (or object-oriented programming in general) in order to prevent having classes that are unnecessarily linked? Give three essential grounds for your position.arrow_forwardtyping only i needarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
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)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education