Unit 3
Early Binding
Late Binding
Types of Polymorphism
Operator Overloading
Explicit Keyword
Mutable Keyword
Virtual Destructor
Early Binding
Type of binding where the function call is associated with the function definition at the
compile time.
Late Binding
Type of binding where the function call is associated with the function definition at run
time. It is achieved using virtual functions.
Types of Polymorphism
Unit 3 1
Unit 3
Early Binding
Late Binding
Types of Polymorphism
Operator Overloading
Explicit Keyword
Mutable Keyword
Virtual Destructor
Early Binding
Type of binding where the function call is associated with the function definition at the
compile time.
Late Binding
Type of binding where the function call is associated with the function definition at run
time. It is achieved using virtual functions.
Types of Polymorphism
Unit 3 1