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 |
Why do we need ienumerable in c#?
Can a structure inherit a class.
Is goto statement supported in C#? How about Java?
What is yield return in c#?
Why can’t struct be used instead of class for storing entity?
What are constructors in c#?
What is the difference between null and string empty in c#?
Which is the best language for desktop application?
Why static constructor is parameterless in c#?
C# Code for How to set readonly property to Id(database) value?
What does the keyword virtual mean in the method definition?
3 Answers Ipog Software, Satyam, Visual Soft,
What are circular references? How garbage collection deals with circular references.