C++ Access Control Question:
Download Questions PDF

If a program uses Inline Function, then the function is expanded inline at ___________.

a. Compile time
b. Run time
c. Both a and b
d. None of these

C++ Access Control Interview Question
C++ Access Control Interview Question

Answer:

b. Run time

Download C++ Access Control Interview Questions And Answers PDF

Previous QuestionNext Question
A const object of a class can call non-const member function of the class.

a. True
b. False
Default values for a function are need to be specified from left to right only.

a. True
b. False