Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is static?

Answers were Sorted based on User's Feedback



what is static?..

Answer / arul

static means retain the value in operation

Is This Answer Correct ?    8 Yes 2 No

what is static?..

Answer / azaad

static is keyword which is used for a variable and also for
a method.
static variable is initialized only once (i.e)one time memory.
static method of a class should not called with an objecy it
should be called with class name...
syntax: class-name.static method()

Is This Answer Correct ?    3 Yes 0 No

what is static?..

Answer / suresh reddy

1. Static limits the scope of an object(variable) or a
function to the file in which it being compiled.
2. A static variable retains its value between function
calls, even though its a local variable.
3. Lifetime of a static variable is the entire program.
4. We can't use extern keyword for a static object.

Is This Answer Correct ?    4 Yes 2 No

what is static?..

Answer / tanaji

if we use static method ,first static method will execute then other.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

Precompilation ?

1 Answers   emc2,


When is an object created and what is its lifetime?

4 Answers   IBM,


how to find the correct email address format by using the programe?

1 Answers   Accenture,


Program to read a comment string

1 Answers   IBM,


Is react oop?

0 Answers  


Program to check whether a word is in all capital letters

1 Answers  


to find out the minimum of two integer number of two different classes using friend function

0 Answers  


if u write a class do u write Assignment operator and copy constructor

1 Answers   Siemens,


What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass

6 Answers   Wipro,


What is virtual destructor? Why?

3 Answers   Agile Software, College School Exams Tests, CSC,


what type of questions

0 Answers   IBM,


what is the use of classes in c++;

2 Answers   HCL,


Categories