Different type of Instantiation?


Private – Only for the Specific Module.
Public not creatable – Private & Public
Multi Use - Variable we have to declare.
Single Use – Not possible through dll.
Global Multiuse – Have variable not Required to Declare.
Global Single Use - Only for exe.

Showing Answers 1 - 3 of 3 Answers

Private -only for the Specific Module.
Multi Use - variable we have to declare.
Single Use -not possible through dll.
Global Multiuse -have variable not Required to Declare.
Global Single Use - Only for exe.

  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