Computer Science, asked by atchayamariappan, 2 days ago

how to write a vb dot net console program to explain the usage of 'overloads' keyword.

Answers

Answered by akashkmrbhr
0

Answer:

Method Overloading allows us to write different versions of a method (i.e. a single class can contain more than one methods (Sub / Functions) of same name but of different implementation). And compiler will automatically select the appropriate method based on parameters passed.

please mark me as brainiest

Similar questions