Differences between inline functions and non-inline functions?
Answer Posted / rajesh kumar
In non-inline function when a function calls the controller
jumps to the function definition, but whereas in Inline
Function when a function calls the code in the function
replaced instead of jumping the controller.
| Is This Answer Correct ? | 35 Yes | 11 No |
Post New Answer View All Answers
when to use 'mutable' keyword and when to use 'const cast' in c++
What is difference between multiple inheritance and multilevel inheritance?
What is overloading in oops?
What exactly is polymorphism?
What is destructor in oop?
What is the difference between a mixin and inheritance?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What does no cap mean?
Which is not an object oriented programming language?
What is inheritance and how many types of inheritance?
What is difference between inheritance and polymorphism?
What is basic concept of oop?
What is constructor in oop?
What is the benefit of oop?