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 use of overloading?
What are the three parts of a simple empty class?
What is and I oop mean?
Who invented oop?
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.
why reinterpret cast is considered dangerous?
c++ program to swap the objects of two different classes
Advantage and disadvantage of routing in telecom sector
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is cohesion in oop?
Which language is not a true object oriented programming language?
What polymorphism means?
Can enum be null?
What is destructor example?
program for insertion ,deletion,sorting in double link list