what is the main difference between c and c++?
Answer Posted / m.vivekbalachandar
Language is structure oriented programing language
but c++ is object oriented programing language.
c++ is extension (or) increment of c.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
what are the realtime excercises in C++?
What is the use of oops?
What is polymorphism and its types?
Why is oop better than procedural?
What are main features of oop?
What is the difference between encapsulation and polymorphism?
Get me a number puzzle game-program
What are the advantages of polymorphism?
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 meant by oops concept?
Why is abstraction used?
What does sksksk mean in text slang?
#include
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
write a program to find 2^n+1 ?