期刊名称:International Journal of Computer Science and Information Technologies
电子版ISSN:0975-9646
出版年度:2011
卷号:2
期号:1
页码:569-571
出版社:TechScience Publications
摘要:The Polymorphism is the main feature of Object Oriented Programming. Run Time Polymorphism is concept of late binding; means the thread of the program will be dynamically executed, according to determination of the compiler. In this paper, we will discuss the role of Run Time Polymorphism and how it can be effectively used to increase the efficiency of the application and overcome complexity of overridden function and pointer object during inheritance in Object Oriented programming.