|
|
|
|
|
|
-
Olga Medvedeva Commented 11 Months ago through Interview Questions | 1 Point
@Ramireddy: Abstract classes contain abstract methods that should be implemented in derived classes. "static" keyword in class definition means that all methods in the class are static too. But static methods cannot be inherited or overridden, and that ...
|
|
|
|
|
|
|
|
|
-
Olga Medvedeva Commented 1 Years ago through Interview Questions | 1 Point
@Adam: yes, you are right. Of course we can't use stored procedures in SELECT statement....
|
-
Olga Medvedeva Commented 1 Years ago through Interview Questions | 1 Point
Actually stored procedures can return an integer value called a return code to indicate the execution status of a procedure. RETURN statement is used to specify the return code for a stored procedure. While you are calling stored procedure you can get t...
|
|
|