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 compiled query?
What is clustered and nonclustered index in sql?
What is clustered index in sql?
How to set up sql*plus output format in oracle?
What is sql injection owasp?
What does truncate mean in sql?
What is sql profiler in oracle?
When is the update_statistics command used?
Why does sql need a server?
What are the two virtual tables available at the time of database trigger execution?
Why we use cross join?
Why self join is used in sql?
What is lexical units in pl sql?
What are the sql versions?
What is sql performance tuning?