why function overloading is not called as pure polymorphism?
Answers were Sorted based on User's Feedback
Answer / dhananjay
becoz generally polymorphism is taken in terms of late
binding but in fn overloading it is early binding.
| Is This Answer Correct ? | 5 Yes | 0 No |
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
what is difference between objects and function
What's the full form of STL?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
Is react oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
inheritence with example
What is use of overloading?
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
when to use 'mutable' keyword and when to use 'const cast' in c++
Where You Can Use Interface in your Project