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
What is the advantage of oop over procedural language?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
c++ program to swap the objects of two different classes
Why is polymorphism needed?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is property in oops?
when to use 'mutable' keyword and when to use 'const cast' in c++
How can you overcome the diamond problem in inheritance?
What are the 3 principles of oop?
can inline function declare in private part of class?
What language is oop?
What is overriding vs overloading?
write knight tour problem which is present in datastructure
Why do we use class in oops?
What is object in oop?