Distributed Inheritance by Binding

Minling Xie,Binheng Song
DOI: https://doi.org/10.3321/j.issn:1002-8331.2005.10.032
2005-01-01
Abstract:Inheritance mechanism of object oriented programming language realizes the isa relationship between child class and parent class;it enables child class to inherit the attributes and methods of its parent class;the object of child class becomes a valid parent class's object and has the functions of its parent class's object,so child class inherits and extends parent class's functions.But inheritance cannot be achieved easily across network's boundary in a distributed environment,and it's difficult to realize the inheritance between heterogeneous distributed objects.Based on the binding technology,a new distributed inheritance model is put forward:by binding other distributed objects,the functions of distributed object is boosted up and extended,thereby the purpose of distributed inheritance is obtained.
What problem does this paper attempt to address?