Jul 4, 2011 at 6:44am UTC
can we call a class to an other class an fanction in an other function
Jul 4, 2011 at 7:16am UTC
Can you clarify what you mean by "calling a class "? Do you mean instantiating the class, or calling a member method of the class?
If at all possible, can you post a sample code segment to demonstrate what you're asking?
Wazzak
Jul 4, 2011 at 7:39am UTC
i want to ask that can we call member of a class in another class or can we make an object of a class in an other class
Jul 4, 2011 at 8:49am UTC
Yes, you can instantiate other classes and refer to their public members, if that's what you're asking. Though I'm still not entirely sure what that is...
Jul 6, 2011 at 4:39am UTC
thx i have also checked its posible thax alot