Posted By:
Anonymous
Posted On:
Thursday, November 4, 2004 05:05 AM
What is the difference between Procedure and Functions in PL/SQL and Package
Re: Why we use OOPS concepts? What is its advantage?
Posted By:
Anonymous
Posted On:
Saturday, August 14, 2004 12:21 AM
OO gives us additional tools to manage dependencies in our source code. Better dependency management means easier maintenance and better extensibility, and therefore less costly development. That's why...