myClass myObject = new myClass;
myObject.myMethod();
the myObject here is already a copy from the original class but can still access the private methods in that original class.
myClass myObject = new myClass;
myObject.myMethod();
the myObject here is already a copy from the original class but can still access the private methods in that original class.
Godbless people
Similar Threads |
|