Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

When is it most appropriate to use inheritance for a class? Group of answer choices When the potential subclass has an is - a relationship

When is it most appropriate to use inheritance for a class?
Group of answer choices
When the potential subclass has an is-a relationship with the potential parent class, e.g. Python is-a programming language.
When you want to use the class methods in another Python file.
When you want to have two versions of the class that work slightly differently.
When there is a has-a relationship between the potential child and parent class, e.g. a computer has-a CPU.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions