1.Define what is meant by the term compile-time binding and list two other terms that are also used to describe it. Explain why compile-time binding can present problems when implementing polymorphism in a program.
2.Describe in detail what is contained in each of the three areas of a Unified Modeling Language (UML) diagram of a class.
3.When does the binding of a virtual function occur? 1 During program compilation 2 During program execution 3 During program linking 4 During program termination