What is the Difference between a sub and a function?
Answer Posted / alam
Function always returns a value but sub does not.
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
How many types of design patterns available in .NET?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
What are an object and a class?
What is Complex Class in .NET?
What is manifest in .net?
How will you make .NET programs work in Linux ?
Explain what is heap and what is stack?
What is reflection in microsoft .net context?
Is .net a compiler?
Explain how to redirect tracing to a file?
Tell me what is serialization?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is Flyout Design Pattern in .NET?
Explain how viewstate is being formed and how it's stored on client in .net?