“常用公式”在线计算,“设计手册”在线查询
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 支持支持 反对反对

共 1 个关于本帖的回复 最后回复于 2013-7-30 13:56

沙发
宋倩倩 新来的 发表于 2013-7-30 13:56:52 | 只看该作者
研发埠培训中心
A method is being "virtual" simply describes its behavior whenworking with superclasses and subclasses.Assume class B is a subclass of class A.Also assume both classes A and B have a method "bar()". Let's say we have thefollowing code inC ++:A *foo = new B();foo->bar();If the method "bar()" is declared to be virtual,then when we call foo‐>bar(),themethod found in class B will be run.This is how Java always handles methods andit's usually what we want to happen.However,if the method bar() is not declared to be virtual,then this code will run the method found in class A when we callfoo‐>bar().
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注我们

360网站安全检测平台