Answer Posted / gaurav pathak
the function overloading is ablity to make more then one
function of same name.compiler identifies which function is
called by making the comparision of function arguments.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What does and I oop and sksksk mean?
What is the difference between encapsulation and polymorphism?
How to use CMutex, CSemaphore in VC++ MFC
to find out the minimum of two integer number of two different classes using friend function
What is destructor oops?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is byval and byref? What are differences between them?
Why do we use polymorphism in oops?
How do you achieve runtime polymorphism?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is static modifier?
What is oops in simple words?
What is basic concept of oop?
How does polymorphism work?