User: archana07

  • Public profile

User profile: archana07

User info
User name:archana07
History
Joined:
Number of posts:3
Latest posts:

Singleton class with static method
[code] A* A::getInstance(){ A* a = new B(); Return a; } [\code] class A is non concr...

Singleton class with static method
The below code is a psudeo code. Since i can t share my code becasue its a confidential code. The C...

Singleton class with static method
Hi I am trying to implement singleton class having static method. my requirement is as below: A...

This user does not accept Private Messages