Answer Posted / bchengareddy
c is procedural oriented language and c++ is a object
oriented language
in c++ we can create object and its prop[erties where as in
c functions are used
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the concepts involved in Object Oriented programming.
What does oop mean in snapchat?
Is this job good for future? can do this job post grduate student?
Can enum be null?
What is polymorphism used for?
What is the point of polymorphism?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Can private class be inherited?
Please send ford technologies placement paper 2 my mail id
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.
Explain virtual inheritance?
What are objects in oop?
What is polymorphism what is it for and how is it used?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is destructor example?