what is the main difference between c and c++?
Answer Posted / gaurav pathak
c is a middle level language(high level with low level
features)while c++ is high level language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is polymorphism needed?
any one please tell me the purpose of operator overloading
What are main features of oop?
What is the purpose of polymorphism?
What are the 5 oop principles?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What causes polymorphism?
what is different between oops and c++
What are the 3 principles of oop?
Which language is pure oop?
What does and I oop mean?
What is polymorphism and its types?
How oops is better than procedural?
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.
Will I be able to get a picture in D drive to the c++ program? If so, help me out?