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 |
what about you? wahat is your object? introduce your self?
1 Answers Ajmal Perfumes, TCS,
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
How to create a comment page in C #??
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
what are the uses of C++
difference between overloading and overridding
What is encapsulation selenium?
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
Why do we use encapsulation in oops?
What does enum stand for?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.