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.
Syntax
Section titled “Syntax”Ntsha Leina(diparamethara)Examples
Section titled “Examples”mofutakwalo Sediko {
motlhophisi(r) {
ye.r = r;
}
}
diri s = Ntsha Sediko(50);