What is overriding vs overloading?
No Answer is Posted For this Question
Be the First to Post Answer
What is memory leak and memory corruption?
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?
How do you define a class in oop?
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
3. Differentiate verification and validation.
what is oppes
What is conditional Compilation?
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 is difference between #define and const?
Write a program to demonstrate the use of 'Composition' in C++
write a c++ program to find maximum of two numbers using inline functions.