2 resultados para PROMOTER POLYMORPHISM
em University of Southampton, United Kingdom
Resumo:
Which methods are where? Overriding Calling super’s methods Coupling and cohesion
Resumo:
In this session we build on inheritance and look at overriding methods and dynamic binding. Together these give us Polymorphism - the third pillar of Object Oriented Programming - and a very powerful feature that allows us to build methods that deal with superclasses, but whose calls get redirected when we pass in sub-classes.