Answer Posted / prakash bora
The idea behind inline functions is to insert the code of a
called function at the point where the function is called.
If done carefully, this can improve the application's
performance in exchange for increased compile time and
possibly (but not always) an increase in the size of the
generated binary executables.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is difference between multiple inheritance and multilevel inheritance?
Can private class be inherited?
Can main method override?
What is the fundamental idea of oop?
What are the three main types of variables?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What are the advantages of polymorphism?
What is multilevel inheritance explain with example?
What is coupling in oop?
What is polymorphism in oop example?
What is inheritance in simple words?
Why multiple inheritance is not allowed?
What is polymorphism programming?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Whats oop mean?