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 is virtual table?
Write my own zero-argument manipulator that should work same as hex?
In a function declaration what does extern means?
How the virtual functions maintain the call up?
What do you understand by pure virtual function? Write about its use?
Is c++ a software?
What operators can you overload in c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Which is best c++ or java?
Write syntax to define friend functions in C++.
What is a base class?
What is the best c c++ compiler for windows?
What is stack unwinding?
What is math h in c++?
Define linked lists with the help of an example.