Answer Posted / 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 |
Post New Answer View All Answers
What is difference between pop and oop?
What are main features of oop?
What is advantage of inheritance?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is super in oop?
Which language is not a true object oriented programming language?
What is polymorphism in oop example?
What is abstraction oop?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Which is better struts or spring?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
How many human genes are polymorphic?
Why we use classes in oop?
What is for loop and its syntax?
Why is encapsulation used?