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 15a. True
b. False
ANSWER: True
The explicit keyword is used so that the constructor does not communicate implicitly.