Why oops is important?
No Answer is Posted For this Question
Be the First to Post Answer
what is polymorpsim? what are its types?
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
Is enum a class?
what is an instance of a class
Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?
What is Object and Class? What are the differences between them?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
When is an object created and what is its lifetime?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
what is code for call by value and call by reference?
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
What does the keyword "static" mean?