what isthe difference between c structure and c++ class
Answer Posted / kapil
c does not have templates,c++ has templetes
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism used for?
What is static modifier?
What is polymorphism what are the different types of polymorphism?
What does and I oop mean in text?
What is class and object in oops?
What does it mean when someone says I oop?
what is different between oops and c++
What causes polymorphism?
What are the 3 pillars of oop?
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.
program for insertion ,deletion,sorting in double link list
Templates mean
What is this pointer in oop?
Which method cannot be overridden?
When not to use object oriented programming?