You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-05-26 06:33:18
Local Variable:
Question:
If a member needs to have unique value for all the objects of that same class, declare the member as:
Option A):
Global variable outside class
Option B):
Dynamic variable inside class
Option C):
Static variable inside class
Option D):
Local variable inside constructor
Correct Answer is Option D):
Local variable inside constructor
Failure is the first step towards seccess.
Offline
2015-05-26 06:33:18
- Advertisement
- Ads By Google
Re: Local Variable:
\n
Pages:: 1