Answers

Question and Answer:

  Home  C++ Virtual Functions

⟩ Do you know what are static and dynamic type checking?

Static type checking performs the type checking operation before the execution of the program. To perform this operation, the arguments, expressions, variables must be given a data type.

 228 views

More Questions for you: