A derived class, Sub, has a base class, Base. Check the true statements about the design of Sub's constructor and mutators. Sub's __init__() and/or its mutators, should redefine all of the instance data attributes that appear in Base. O Sub's __init__() and/or its mutators, are not required to make invocations to Base methods.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question
Correct solution please.
A derived class, Sub, has a base class, Base.
Check the true statements about the design of Sub's constructor and mutators.
Sub's __init__() and/or its mutators, should redefine all of the instance data attributes that appear in
Base.
Sub's __init__() and/or its mutators, are not required to make invocations to Base methods.
Sub's __init__() and/or its mutators, should manually test arguments for validity, intended for later
processing by super() calls to Base's methods, even if Base's methods do those tests.
Sub's __init__() and/or its mutators, should not establish instance data attributes having the same name
as those established in Base.
Sub's __init__() and/or its mutators that take parameters intended for the Base class attributes can and
should pass those parameter values up to the Base class by invoking appropriate Base class method(s),
without doing any pre-filtering.
Transcribed Image Text:A derived class, Sub, has a base class, Base. Check the true statements about the design of Sub's constructor and mutators. Sub's __init__() and/or its mutators, should redefine all of the instance data attributes that appear in Base. Sub's __init__() and/or its mutators, are not required to make invocations to Base methods. Sub's __init__() and/or its mutators, should manually test arguments for validity, intended for later processing by super() calls to Base's methods, even if Base's methods do those tests. Sub's __init__() and/or its mutators, should not establish instance data attributes having the same name as those established in Base. Sub's __init__() and/or its mutators that take parameters intended for the Base class attributes can and should pass those parameter values up to the Base class by invoking appropriate Base class method(s), without doing any pre-filtering.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Reference Types in Function
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning