top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the role of an interface in CORBA ?

+4 votes
328 views
What is the role of an interface in CORBA ?
posted Dec 8, 2013 by Anuj Yadav

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

An interface is used to define the services (methods) provided by an object and their parameters and results. The remote server provides an object which implements the interface. The client requests the interface from the ORB and the returned object must provide all the methods defined in the contract represented by the interface.

answer Dec 8, 2013 by Vikas Upadhyay
...