Answer Posted / poornima.r
the c++ provides a mechanism called inline function.when a function is declared as inline function,the complier copies the code of the function in the calling function
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is polymorphism programming?
When not to use object oriented programming?
officer say me - i am offered to a smoking , then what can you say
What does <> mean pseudocode?
What is oops in simple words?
What is the full form of oops?
What is abstraction oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What are oops methods?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why we use classes in oop?
What is constructor in oop?
What is overriding in oop?
What is difference between multiple inheritance and multilevel inheritance?