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

what is virtual function?

3 Answers  


what is polymorpsim? what are its types?

8 Answers  


What is abstract class in oops?

0 Answers  


what type of questions

0 Answers   IBM,


What are objects in oop?

0 Answers  


Why static functions always uses static variables?

3 Answers  


what is oppes

2 Answers  


Can we create object of class with private constructor?

5 Answers  


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

0 Answers  


What is abstraction?

9 Answers  


what is the difference between ERROR and EXCEPTION?

14 Answers   NIIT, nvidia,


4. What do you mean by a prototype? Define analysis prototype

1 Answers  


Categories