What is the Difference between Overriding and overloading?
Answer Posted / omar
overriding: it just in inheritance and the overriding
method must hold the same name and the same signatures .
the change maybe just in behavior .
overloading : maybe in inheritance or in other way but must
to do overloading must the method hold the same name and
must change signatures.
remark:we can not only change th return type.
Is This Answer Correct ? | 35 Yes | 16 No |
Post New Answer View All Answers
Explain the use of new keyword?
What is early binding?
Explain how to store decimal data in .net?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
Using VB, how can you change the Mouse Pointer?
What is meant by jagged arrays?
What are the features present in vb 2005?
What are the different types of Lock available in Visual Basic?
What is the differences between dataset.clone and dataset.copy?
What is branching logic control in VB.NET?
How can we remove handlers at run time?
Name some different types of control?
Why should you use delegate?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
What is misl code?