what do you mean by static member variable?

Answer Posted / bhaskar

when static member variable executed that variable value is
automatically assigns to zero....

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is abstract class in oop?

734


Describe these concepts: Polymorphism, Inheritance and Abstraction.

838


What is object and example?

869


What are two types of polymorphism?

799


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1886


How oops is better than procedural?

811


How do you achieve polymorphism?

810


What is the main purpose of inheritance law?

925


what type of questions

1883


What is difference between multiple inheritance and multilevel inheritance?

855


Can static class have constructor?

778


What is polymorphism and its types?

796


What is a superclass in oop?

902


Why do we use oops?

749


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2263