Differences between inline functions and non-inline functions?
Answer Posted / ashu_deepu
inline function are those function in which the code is just inserted where the function is declared.
it is generally used for function which are small in size and don,t involve any loop.
it just a way to decrease the time of function call.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is the point of polymorphism?
What are oops methods?
Whats oop mean?
What is encapsulation process?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What does no cap mean?
What are the 3 pillars of oop?
How do you achieve runtime polymorphism?
why reinterpret cast is considered dangerous?
what is difference between class template and template class?
What is the highest level of cohesion?
Which type does string inherit from?
what is the drawback of classical methods in oops?
What is polymorphism used for?
#include