How do you call non shared methods of a class

A) Directly invoking the method name
B) Invoking the method through the instance of that class
C) None of the above
Explanation: Only shared methods can be directly invoked, for non shared method class instance is very much required

Showing Answers 1 - 1 of 1 Answers

Praveen Pampati

  • Jan 24th, 2006
 

Invoking the method through the instance of that class.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions