STL (140)
OOPS (873)
C++ General (2409) 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?
1 3530#include
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
2 4179
What is abstraction in oop?
Should you pass exceptions by value or by reference?
What are the advantages of using a pointer?
Differentiate between late binding and early binding. What are the advantages of early binding?
Is c++ the most powerful language?
What is an operator in c++?
What are the two types of comments, and how do they differ?
Write a program which uses Command Line Arguments
Why are pointers used?
How to implement is-a and has-a class relationships?
What is a storage class? Mention the storage classes in c++.
Explain the advantages of using friend classes.
program explaining feautures of c++
What is destructor give example?
What is partial specialization or template specialization?