Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

object methods vs static methods

hi,
I was reading as below

All object methods can access static class methods as shared methods, but the
reverse is not true.


why the reverse is not true. Why that feature is not available to do below

All  static class methods can not access object methods as shared methods

I know we have to create object instance in static class method to access object method but that seems round about. Please advise on what is the exact idea behind this.
SOLUTION
Avatar of krakatoa
krakatoa
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial