difference between overloading and overridding
Answers were Sorted based on User's Feedback
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 |
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.
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
What are the advantages of polymorphism?
why the memory allocated with new cant be freed using free()
//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(); }
How many human genes are polymorphic?
Is enum a class?
What are functions in oop?
What does and I oop mean in text?
Is this job good for future? can do this job post grduate student?
143.what is oops principles?
why reinterpret cast is considered dangerous?