Describe functional overloading?

Answer Posted / naidu

method name is same and signature is different, signature
means, .type of parameters or
.order of parameters or
.number of param

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

735


Explain friend class?

735


Explain the problem with overriding functions

681


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

3798


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

6006






What is a block in c++?

644


What is abstract keyword in c++?

707


What is nested class in c++?

595


How const int *ourpointer differs from int const *ourpointer?

692


Which one between if-else and switch is more efficient?

685


Are vectors faster than arrays?

652


What is auto type c++?

721


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

652


If a function doesn’t return a value, how do you declare the function?

705


Is vector a class in c++?

689