Frequently asked programming interview questions (with answers) and puzzles asked by google, microsoft, amazon, yahoo, and facebook for SDE/Developer and SDET positions.
Virtual Functions/Methods Runtime-Polymorphism
Question: Explain the significance of virtual methods and describe how they are invoked?
Virtual methods are used to support runtime polymorphism in object oriented languages.
No comments:
Post a Comment