Cpp Programming Quiz 58 – Which of the following statement is correct?

Question: Which of the following statement is correct?
[A]. C++ allows static type checking.
[B]. C++ allows dynamic type checking.[C]. C++ allows static member function be of type const.
[D]. Both A and B.

Answer: Option D