Explain the difference between a sub and a function in c#.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

all information

1 Answers  


Can we make a Static Constructor Parameterized? Give Reason with your answer

0 Answers  


What is extended class in c#?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


Is c++ or c# better?

0 Answers  






What is datatable in c#?

0 Answers  


What is meant by enumerable in c#?

0 Answers  


What is the correct way of declaring an xml namespace?

0 Answers  


How does substring work in c#?

0 Answers  


What is private protected in c#?

0 Answers  


What is a method c#?

0 Answers  


Why does my windows application pop up a console window every time I run it?

0 Answers  


Categories