What is the Difference between Overriding and overloading?
Answer Posted / ravi
overloading ->same method name & different parameter
overriding->same method name & same parameter
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
What are the difference between dispose(), close(), exit(), end()?
Did vb6 support multi-threading ?
What is the feature anonymous type?
Explain the use of console application?
What is the class that allows an element to be accessed using unique key?
Explain nested classes?
Which is the tool which can convert visual basic old version to .net compatibility version?
What is the main use of a namespace?
What do you mean by serialization and deserialization?
What is the feature which is common to all .net languages?
Explain about visual basic.net?
Name the class which allows an element to be accessed using unique key?
How to store images in sql server database through vb.net?
How to achieve Polymorphism in VB.Net?