what is difference b/w pravite procedures and public
procedures?
Answer Posted / swati sucharita
private procedure is used before class name.if we have
declared private before class name then subclass cannot
inherit the properties of private class.
public procedure is used before class name,if we have
declared public before class name then all other class can
inherit the properties of public class.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is dialect in sql?
How do you take the union of two tables in sql?
What is meant by temporal data?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
Why we use cross join?
How can get second highest salary in sql?
What is sql deadlock?
What is pl sql block in dbms?
What is an index in sql with example?
Can instead of triggers be used to fire once for each statement on a view?
How to Execute a Package in PL/SQL.?
What are user defined functions?
How many types of indexes are there in sql?
what is innodb? : Sql dba
How can you create an empty table from an existing table?