Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Push_Down> ?p ?o. }
Showing items 1 to 12 of
12
with 100 items per page.
- Push_Down abstract "In software engineering, Push Down refactoring involves moving a method from a superclass into a subclass. Compare the following Java classes before and after the Push Down refactor is applied: public class SuperClass{ void methodA { //do something } void methodB { //do something else } } public class SubClass extends SuperClass { void methodC { //do something } }After the Push Down refactor is applied: public class SuperClass{ void methodA { //do something } } public class SubClass extends SuperClass{ void methodB { //do something } void methodC { //do something else } }".
- Push_Down wikiPageID "2401350".
- Push_Down wikiPageRevisionID "471636868".
- Push_Down hasPhotoCollection Push_Down.
- Push_Down subject Category:Code_refactoring.
- Push_Down comment "In software engineering, Push Down refactoring involves moving a method from a superclass into a subclass.".
- Push_Down label "Push Down".
- Push_Down sameAs m.079jm5.
- Push_Down sameAs Q7261734.
- Push_Down sameAs Q7261734.
- Push_Down wasDerivedFrom Push_Down?oldid=471636868.
- Push_Down isPrimaryTopicOf Push_Down.