Is following functions are said to be overloaded?
int add(int a,int b)
char *add(int a,int b)
Answer Posted / brunda r
no.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
State what is encapsulation and friend function?
c++ program to swap the objects of two different classes
What are the data types in oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is coupling in oop?
What is polymorphism explain?
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 the full form of oops?
What is abstraction with example?
Why is polymorphism used?
What is pointer in oop?
how to get the oracle certification? send me the answer
What is a null tree?
Why multiple inheritance is not allowed?