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 the difference between database trigger and stored procedure?
What is the use of function in sql?
what is view? : Sql dba
Can we use view in stored procedure?
What are the disadvantages of file system?
Explain how can you save or place your msg in a table?
What are the parts of a sql statement?
How is sql used in oracle?
Is null operator in sql?
How can we implement rollback or commit statement in a trigger?
Can cursors be part of a trigger body?
What is use of term?
What is a temp table?
How to get each name only once from an employee table?
What is an index in sql with example?