You are not logged in.

#1 2015-05-26 06:33:18

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

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.

2015-05-26 06:33:18

Advertisement
Ads By Google

Re: Local Variable:



Board footer