extend.BasicObject: Extends another class
Description
Simply speaking this method "extends another class". What is actually
  happening is that it creates an instance of class name ...className,
  by taking another BasicObject instance and add ...className to
  the class list and also add all the named values in ... as fields to the
  new instance.
  The method should be used by the constructor of a class and nowhere else.Usage
## S3 method for class 'BasicObject}(this, ...className, ...)':
extendundefined
- ...className{The name of new class.}
- ...{Named values representing the fields of the new instance.}
Returns an BasicObject of class
className.
[object Object]
For more information see BasicObject.
programming
methods
internal
methods