When a function is made inline. Write the situation where
inline functions may not work.
Answer Posted / guest
THE FUNCTION WHICH IS DECLARE INSIDE THE BODY OF THE BASE
CLASS, IS CALLED INLINE MEMBER FUNCTION.
THE INLOINE FUNCTION MAY NOT WOLRK WHEN IT IS NOT ACCESSED
THROUGH THE OBJECTS.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What do you mean by vtable and vptr in c++?
What are virtual functions in c++?
What is difference between rand () and srand ()?
What is difference between array and vector in c++?
What is prototype in c++ with example?
How to demonstrate the use of a variable?
What is code reusability in c++?
When should we use multiple inheritance?
How do you save a c++ program?
Why is main function important?
What is a stack? How it can be implemented?
Where can I run c++ program?
What is a manipulator in c++?
How can we read/write Structures from/to data files?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?