Skeleton (computer programming): Difference between revisions

Content deleted Content added
mNo edit summary
No edit summary
Line 12:
Skeleton programs are utilized in the [[template method design pattern]] used in [[object-oriented programming]]. See that article for examples of skeleton programs.
 
In [[object-oriented programming]], dummy code corresponds to an [[Method_(computer_science)#Kinds_of_methods|abstract method]], a [[method stub]] or a [[mock object]]. In [[Remote Method Invocation|RMI]] nomenclature, a skeleton communicates on the client-side with a [[Stub (computer science)|skeletonstub]] on the server-side.<ref>{{cite journal
| last1 = Freeman
| first1 = Eric