what is the main difference between c and c++?
Answer Posted / sreenivasulu reddy
c is not object oriented but c++ is object oriented
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is abstraction encapsulation?
Why is polymorphism used?
Why do we use class in oops?
What are classes oop?
Which type does string inherit from?
Why is polymorphism important in oop?
What is oops and why we use oops?
Prepare me a program for the animation of train
What is polymorphism explain its types?
What is and I oop mean?
What does sksksk mean in text slang?
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 polymorphism what is it for and how is it used?
write a program to find 2^n+1 ?
What is balance factor?