difference between overloading and overridding

Answers were Sorted based on User's Feedback



difference between overloading and overridding..

Answer / priyanka agrawal

In overloading functions will have same name but different
parameters lists but in overloading functions must have
same name and same signature.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More OOPS Interview Questions

Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.

1 Answers  


What is OOPS and How it is different from Procedural Programming ?

23 Answers   HP, Infosys, Thyrocare,


What are the advantages of polymorphism?

0 Answers  


why the memory allocated with new cant be freed using free()

2 Answers  


//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }

1 Answers  


How many human genes are polymorphic?

0 Answers  


Is enum a class?

0 Answers  


What are functions in oop?

0 Answers  


What does and I oop mean in text?

0 Answers  


Is this job good for future? can do this job post grduate student?

0 Answers  


143.what is oops principles?

10 Answers  


why reinterpret cast is considered dangerous?

0 Answers   TCS,


Categories