what is the main difference between c and c++?
Answer Posted / santhosh r
C has no security, grouping ,sharing,extendability.
C++ is having all the above features.
The earliest name of C++ was "C WITH CLASSES".
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation process?
What are the benefits of interface?
What is the point of polymorphism?
What does oop mean in snapchat?
What is a superclass in oop?
What is destructor example?
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.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
How to use CMutex, CSemaphore in VC++ MFC
What is encapsulation with real life example?
What is the example of polymorphism?
Can we define a class within the interface?
What are the features of oop?
What language is oop?
What does and I oop mean in text?