Which of the following is correct?
A. C++ allows static type checking
B. C++ allows dynamic type checking.
C. C++ allows static member function to be of type const.
D. C++ allows both static and dynamic type checking
Answer: Option D
Related Questions on Introduction to C plus plus
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream

Join The Discussion