Discussing to AccompLishing Condition of Static Binding and Dynamic Binding

Polymorphism is one of characters of C++ Object-Oriented Programming Language. Inheritance is basement of Virtual Functions, which is basic of dynamic binding. After deriving, Polymorphism is accomplished on the course of programme running. Dynamic binding fully reflects polymorphism. This thesis discusses concept and difference of static binding and dynamic binding. It describes condition of realizing dynamic binding.