Examine this PeopleCode snippet:
class RO_ROWSET extends Rowset;
Which statement is true?
A.
Rowset is a subclass of the RO_ROWSET class.
B.
RO_ROWSET is an instance of the Rowset class.
C.
RO_ROWSET is a superclass of the Rowset class.
D.
Rowset is a superclass of the RO_ROWSETclass.
E.
RO_ROWSET is an application class in the Rowset application package.
Explanation: