What is void method?



What is void method?..

Answer / Madhup Kumar

"A void method in C# does not return a value. It can still perform actions but it doesn't produce an output."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the default value of guid in c#?

1 Answers  


Where value types are stored in c#?

1 Answers  


Structs are not reference types. Can structs have constructors?

1 Answers  


What is sql transaction in c#?

1 Answers  


What is a generic method?

1 Answers  


What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?

1 Answers  


Is string a primitive data type in c#?

1 Answers  


Explain About .NET Remoting and types of remoting

1 Answers  


Why main is static in c#?

1 Answers  


What?s the difference between the Debug class and Trace class?

2 Answers  


What is the use of flag in c#?

1 Answers  


What is use of abstract class in c#?

1 Answers  


Categories