public class MyClass{
public MyClass() {
}
public MyClass(String iClass, String projectPath) {
/* Instantiates MyClass */
MyClass obj = new MyClass();
obj.create(iClass, projectPath);
}
}
Why to create an object of the same class to call the method on it?
To the next piece of pretty code!
No comments:
Post a Comment