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 ddl statements in mysql? : Sql dba
What is dcl in sql?
What is the difference between sum and count in sql?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
What port does sql server use?
what tools available for managing mysql server? : Sql dba
explain what is mysql? : Sql dba
What is a sql select statement?
What is not null in sql?
How to take user input in pl sql?
Enlist the characteristics of pl/sql?
How to select random rows from a table?
How do you sort in sql?
Can we insert data in view?
What is the most common sql injection tool?