what is the main difference between c and c++?
Answer Posted / jack
C is for cat
C++ is for very good cat with 2 ++.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the point of polymorphism?
What does oop mean in snapchat?
What is oops and why we use oops?
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 oops?what is its use in software engineering?
What is polymorphism oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Can we have inheritance without polymorphism?
What is balance factor?
Can we create object of interface?
What is abstraction example?
What is object in oop?
What is the real life example of polymorphism?
#include
Who invented oop?