function overridind means and simple program

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


Please Help Members By Posting Answers For Below Questions

What is the problem with multiple inheritance?

856


What are the important components of cohesion?

771


What does sksksk mean in text slang?

1857


What is polymorphism explain its types?

942


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).

1913


What is byval and byref? What are differences between them?

1969


What is polymorphism what are the different types of polymorphism?

769


What is overriding vs overloading?

811


What is encapsulation example?

794


What is oops?what is its use in software engineering?

785


what is the sylabus for priliminaries?

1935


What is encapsulation c#?

829


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.

958


write a program that takes input in digits and display the result in words from 1 to 1000

2208


What is polymorphism give a real life example?

785