what is the main difference between c and c++?
Answer Posted / sunil
in 'c' editor mouse not work;
but
in c++ editor mouse work properly
| Is This Answer Correct ? | 21 Yes | 40 No |
Post New Answer View All Answers
• What are the desirable attributes for memory managment?
Can private class be inherited?
Can enum be null?
Templates mean
What is oops in simple words?
What is the real time example of inheritance?
What are the components of marker interface?
What is polymorphism in oop example?
to find out the minimum of two integer number of two different classes using friend function
How oops is better than procedural?
What is the main purpose of inheritance law?
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 overriding in oop?
What is abstraction with example?
What is polymorphism and why is it important?