what is the main difference between c and c++?
Answer Posted / k y murthy
the main difference between c and c++ is c is a structured programming and c++ is a objected oriented programming
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of enum?
what is different between oops and c++
What is and I oop mean?
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.
Why do we use polymorphism in oops?
What is multilevel inheritance in oop?
What is encapsulation in ict?
• What are the desirable attributes for memory managment?
Why it is called runtime polymorphism?
Get me an image implementation program.
What is pointer in oop?
Templates mean
What is inheritance in simple words?
what type of question are asked in thoughtworks pair programming round ?
What is data binding in oops?