Explain the difference between a sub and a function?
Answer / ravi
Sub means subroutine which does not return any output
it will accept any number of parameters with no return type
Function which is having return type
Is This Answer Correct ? | 6 Yes | 2 No |
What are the types of methods in c#?
Why do we need a finally block in try catch block while handling exceptions
What is using directive in c#?
ctype(123.34,integer) - should it throw an error? Why or why not?
what is a static constructor?
Explain the accessibility modifier protected internal?
What does == mean in c sharp?
What is internal and protected-internal accessspecifier in c#.net?
What is polymorphism? pl explain practically rather than theoretical?
What is the difference between function and method in c#?
How do I open the console window?
How to make a class non-inheritable other than sealed?