what is the main difference between c and c++?
Answer Posted / divya
c is an object oriented and c++ is procedure oriented
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
#include
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.
Please send ford technologies placement paper 2 my mail id
What is polymorphism and why is it important?
What is the difference between static polymorphism and dynamic polymorphism?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is encapsulation with example?
What is an interface in oop?
What are oops functions?
What is overriding in oop?
Why is oop useful?
What is oops?what is its use in software engineering?
What is difference between pop and oop?
What is the main purpose of inheritance law?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.