what is overloading & overriding
Answer Posted / vishal shah
Overloading is simply the 2 or more than two functions with
different signatures.
Overriding is related with Polymorphism, where virtual
function declared in base class is override in the derived
class with the same name. And compiler during runtime
decide which function to be called based on the object
(Base Class or Derived Class) used to call this function.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Where do we use serialization in c#?
What are the three types of operators?
What is the predicate of a sentence?
When do we generally use destructors to release resources?
What is protected internal modifier in C#?
What are the Features in .net framework 1.1
How to sign an assembly with strong name?
What is icomparer in c#?
How do you type a null character?
Where’s global assembly cache located on the system?
What does void do in c#?
Are all methods virtual in c#?
Why do we need constructor?
What is javascriptserializer c#?
How do switch statements work?