what is the main difference between c and c++?
Answer Posted / maxel
In C programming the concepts of overloading and overriding are unsupported.Where as in C++ overloading and overriding can be performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is oops?what is its use in software engineering?
What is difference between inheritance and polymorphism?
why reinterpret cast is considered dangerous?
program for insertion ,deletion,sorting in double link list
What is a class in oop?
What is the important feature of inheritance?
What is a null tree?
What type of loop is a for loop?
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 are oops functions?
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.
What is a class oop?
How Do you Code Composition and Aggregation in C++ ?
Get me an image implementation program.
What are the components of marker interface?