Answer Posted / sanish joseph
In overloading functions will have same name but different
signatures(type of parameters,number of parameters etc..).
but in overloading functions must have same name and signature.
| Is This Answer Correct ? | 14 Yes | 6 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 is use of overloading?
What are objects in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
How Do you Code Composition and Aggregation in C++ ?
write a program that takes input in digits and display the result in words from 1 to 1000
Can enum be null?
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.
What is stream in oop?
Where You Can Use Interface in your Project
Why is abstraction used?
What is destructor example?
Why do we use oops?
What is overloading and its types?
What are the three main types of variables?