Answer Posted / preetha
the function overloading is the technique in which you can make the function with more than one name but only if you will change the paramaters or the number of the paramaters.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the problem with multiple inheritance?
What are the important components of cohesion?
What does sksksk mean in text slang?
What is polymorphism explain its types?
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?
What is polymorphism what are the different types of polymorphism?
What is overriding vs overloading?
What is encapsulation example?
What is oops?what is its use in software engineering?
what is the sylabus for priliminaries?
What is encapsulation c#?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
write a program that takes input in digits and display the result in words from 1 to 1000
What is polymorphism give a real life example?