can we call a class to an other class an fanction in an other function

can we call a class to an other class an fanction in an other function
closed account (zb0S216C)
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
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
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...
thx i have also checked its posible thax alot
Topic archived. No new replies allowed.