what is the main difference between c and c++?
Answer Posted / shubham mehra
c mai + nahi hota hai
c++ mai 2 plus hote hai
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can private class be inherited?
What does oop mean in snapchat?
write a program to find 2^n+1 ?
What is polymorphism and its types?
What is the point of oop?
What are benefits of oop?
hi all..i want to know oops concepts clearly can any1 explain??
How do you answer polymorphism?
Why do we use encapsulation in oops?
What is oops and its features?
What is abstraction encapsulation?
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 are oops methods?
#include
What is encapsulation in oops?