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 are local and global variables and their differences? : Sql dba
what is foreign key? : Sql dba
What is group function in sql?
Does truncate free space?
what does the t-sql command ident_current does? : Transact sql
define join and explain different type of joins? : Sql dba
Explain the difference between triggers and constraints?
What pl/sql package consists of?
What can I use instead of union in sql?
Explain how to use transactions efficiently : transact sql
How does sql*loader handles newline characters in a record? : aql loader
What is sqlerrd?
What is out parameter used for eventhough return statement can also be used in pl/sql?
How to revise and re-run the last sql command?
What is rowtype?