What is the Difference between a sub and a function?
Answer Posted / kamlesh sharma
through sub keyword we define a procedure which never
return value
and function may return value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is attribute c#?
Does c# support templates?
how to prevent a class from being inherited in c#.net?
What is a event in c#?
Is null == null c#?
Which is better python or c#?
Can you inherit from a static class in c#?
Is enum a class c#?
What is a float?
What is the signature of a method?
What is extended class in c#?
How do I format in c#?
Differentiate between static class and singleton instance?
Explain the difference between abstract class and interface in .net?
Why singleton pattern is used in c#?