Object-PL/SQL: Difference between revisions

Content deleted Content added
Line 69:
end;
/</source>
The created types can be instantiadedinstantiated and methods can be called:<source lang="plsql">
declare
b1 base_type :=base_type();