class A constructor: -> class B class c extends B 

How to transfer a class C to a constructor from A if it already inherits from B ? preferably an example with the call or bind function

  • what purpose is pursued? - Grundy
  • divide the logic so that the code is cleaner and understand better the work call and bind - Aleksey exec

0