1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Programming Paradigm Concepts

Connected

अभ्यास

Build a class with inheritance

You're now working with some data from a nursery on plant sales and you're building out an object-oriented program to help you handle the different types of plants that are for sale. You've already built out a Tree class, but in the process realized that you should probably make use of class inheritance and a parent Plant class. In the following exercise, you will need to build out the parent Plant class and rewrite the Tree class to inherit from it.

निर्देश 1/3

undefined XP
    1
    2
    3
  • Define the parent Plant class with an __init__ method that sets the plant's sale price.