difference between static and non-static variables?
Answer Posted / sujitha.r
Static:
*No instance is required.
*Automatic Invocation.
Non-Static:
*Instance is required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you use inheritance in unity?
What is polymorphism programming?
What is oops in simple words?
What is multilevel inheritance in oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
c++ program to swap the objects of two different classes
What is the difference between a constructor and a destructor?
What does no cap mean?
Why we use classes in oop?
What does sksksk mean in text slang?
can we make game by using c
What is an example of genetic polymorphism?
What is overriding vs overloading?
What is abstraction example?
Which type does string inherit from?