Purpose of explicit keyword -PL/SQL

Q.  C++: The purpose of explicit keyword is to tell the compiler that a certain constructor may not be used to implicitly cast an expression to its class type.
- Published on 24 Jun 15

a. True
b. False

ANSWER: True
 
The explicit keyword is used so that the constructor does not communicate implicitly.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)