欢迎来到天天文库
浏览记录
ID:28070535
大小:128.02 KB
页数:8页
时间:2018-12-07
《寝室管理系统外文翻译》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、PolymorphismPolymorphismisthethirdessentialfeatureofanobject-orientedprogramminglanguage,afterdataabstractionandinheritance.Itprovidesanotherdimensionofseparationofinterfacefromimplementation,todecouplewhatfromhow.Polymorphismallowsimprovedcodeorganizati
2、onandreadabilityaswellasthecreationofextensibleprogramsthatcanbe“grown”notonlyduringtheoriginalcreationoftheproject,butalsowhennewfeaturesaredesired.Encapsulationcreatesnewdatatypesbycombiningcharacteristicsandbehaviors.Implementationhidingseparatesthein
3、terfacefromtheimplementationbymakingthedetailsprivate.Thissortofmechanicalorganizationmakesreadysensetosomeonewithaproceduralprogrammingbackground.Butpolymorphismdealswithdecouplingintermsoftypes.Inthelastchapter,yousawhowinheritanceallowsthetreatmentofa
4、nobjectasitsowntypeoritsbasetype.Thisabilityiscriticalbecauseitallowsmanytypes(derivedfromthesamebasetype)tobetreatedasiftheywereonetype,andasinglepieceofcodetoworkonallthosedifferenttypesequally.Thepolymorphicmethodcallallowsonetypetoexpressitsdistincti
5、onfromanother,similartype,aslongasthey’rebothderivedfromthesamebasetype.Thisdistinctionisexpressedthroughdifferencesinbehaviorofthemethodsthatyoucancallthroughthebaseclass.You’lllearnaboutpolymorphism(alsocalleddynamicbindingorlatebindingorrun-timebindin
6、g)startingfromthebasics,withsimpleexamplesthatstripawayeverythingbutthepolymorphicbehavioroftheprogram.UpcastingrevisitedYousawhowanobjectcanbeusedasitsowntypeorasanobjectofitsbasetype.Takinganobjectreferenceandtreatingitasareferencetoitsbasetypeiscalled
7、upcastingbecauseofthewayinheritancetreesaredrawnwiththebaseclassatthetop.Whyshouldanyoneintentionallyforgetthetypeofanobject?Thisiswhathappenswhenyouupcast,anditseemslikeitcouldbemuchmorestraightforwardiftune()simplytakesaWindreferenceasitsargument.Thisb
8、ringsupanessentialpoint:Ifyoudidthat,you’dneedtowriteanewtune()foreverytypeofInstrumentinyoursystem.SupposewefollowthisreasoningandaddStringedandBrassinstruments:Thisworks,butthere’samajordrawback:youmustwritetype-specific
此文档下载收益归作者所有