Articles in the OOPs Category
OOPs, VB.Net Interview »
No, you can’t the signature of the virtual method must remain the same, only the keyword ‘virtual is changed to keyword override’.
Tweet This Post
CSharp, OOPs, VB.Net Interview »
In overriding, you change the method behavior for a derived class.
While, overloading simply involves having a method with the same name within the class.
Tweet This Post
CSharp, OOPs, VB.Net Interview »
The method can be over-ridden.
Tweet This Post
CSharp, OOPs, VB.Net Interview »
Method overloading occurs when a class contains two methods with the same name, but different signatures.
Tweet This Post
OOPs »
What is differance between Abstract and Interface

