Skip to content

Ntsha

Creates a new instance of a class.

Use Ntsha followed by a class name and arguments to create a fresh object based on that class. The class’s motlhophisi runs to set up the new instance.

Ntsha Leina(diparamethara)
Create an instance of a class
mofutakwalo Sediko {
  motlhophisi(r) {
    ye.r = r;
  }
}
diri s = Ntsha Sediko(50);

mofutakwalo, motlhophisi