A constructor can be inline in C++?

191. A constructor can be inline in C++?

  1. Yes
  2. No

Answer: A) Yes

Explanation:

Yes, the constructor can be inline, as we know, inline is a request, not a command.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.