top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Corba: What is a value type?

+4 votes
283 views
Corba: What is a value type?
posted Dec 8, 2013 by Diya Sharma

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

1 Answer

+1 vote

A Value Type is an object whose semantics lie between a CORBA interface and a structure. There are two types a Value Types that can be declare:

Concrete Value Types
Abstract Value Types

Concrete Value Types define state (properties) and the implementation is always local. Abstract Value Types do not define properties. Both Concrete and Abstract Value Types can define operations (interface) and inherit from other Value Types and interfaces.

answer Dec 8, 2013 by Vikas Upadhyay
...