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 is Interface Polymorphism?with E.g
Can we inherit sealed class in c#?
How do I unload an assembly?
What does mean before a string in c#?
Is a valid int value?
Can we override interface methods in c#?
What is difference between array and collection?
What can we do to handle multiple exceptions?
What is covariance and contravariance? Did Delegate and method overriding support these?
What is the difference between as and is operators in c#?
What happens in synchronisation?
What is short circuit logical evaluation?