Hi All,
I have created one class Zcls in which there is one method get_pernr . Suppose there are two objects in the class. Now i want to access those objects so i have created one object with reference to the class. I can access both the objects with the help of that object only.
Now i have a question : I want to know that while accessing both the objects in the class do we need to create instance for both the objects?? ...and if yes then how we create that for Object ??
thanks.