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 the diamond problem in inheritance?
to find out the minimum of two integer number of two different classes using friend function
What is the difference between inheritance and polymorphism?
Why do we need polymorphism in c#?
write a C++ program for booking using constructor and destructor.
Why is static class not inherited?
What is the purpose of enum?
What is ambiguity in inheritance?
How many human genes are polymorphic?
What is abstraction in oop with example?
What is for loop and its syntax?
Why do we use polymorphism?
Is abstract thinking intelligence?
What is a superclass in oop?
What is the difference between static polymorphism and dynamic polymorphism?