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 capacity in vector in c++?
Explain one-definition rule (odr).
Can we run c program in turbo c++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is name hiding in c++?
What is public, protected, private in c++?
What is prototype for that c string function?
Describe new operator and delete operator?
How do I run a program in notepad ++?
What is c++ and its uses?
What is the size of a vector?
Can malloc be used in c++?
What are arithmetic operators?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is an iterator class in c++?