Lesson

  1. Adds 2 new functionality to the target Adds 2 new functionality to another target 1.A decorator has 2 arguments *args, **kwargs passed to the wrapper function 2.In turn passed to […]
  2. Add new functionality to the target A decorator is a wrapper function that adds new functionality to a target function without modifying its structure. A decorator has a wrapper function […]
  3. Extending the parent class : Inheritance Parent Class Child Class Multiple Inheritance and MRO Override Parent Class ! Hunt?! Quiz 1.What is the relationship between Class and instance?     Class is […]