Question: Consider the following structure definition:- struct autoparts string partname; string size; // small, medium or large int quantity; Identify an interface of a remote object

Consider the following structure definition:- struct autoparts string partname; string size; // small, medium or large int quantity; Identify an interface of a remote object in CORBA IDL to maintain the list of auto-parts having a read-only attribute for representing the name of the list. One of the methods will allow the record of new parts to be added, another will allow to retrieve some part record given the part name - the part record will be returned as output parameter; yet another method will return the count of parts of different sizes supported in the list. (3) Consider the following structure definition:- struct autoparts string partname; string size; // small, medium or large int quantity; Identify an interface of a remote object in CORBA IDL to maintain the list of auto-parts having a read-only attribute for representing the name of the list. One of the methods will allow the record of new parts to be added, another will allow to retrieve some part record given the part name - the part record will be returned as output parameter; yet another method will return the count of parts of different sizes supported in the list. (3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
