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
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Explain friend class?
Explain the problem with overriding functions
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What is a block in c++?
What is abstract keyword in c++?
What is nested class in c++?
How const int *ourpointer differs from int const *ourpointer?
Which one between if-else and switch is more efficient?
Are vectors faster than arrays?
What is auto type c++?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
If a function doesn’t return a value, how do you declare the function?
Is vector a class in c++?