what is the main difference between c and c++?
Answer Posted / s prasanna kumar
C C++
DATA IS NOT SECURED SECURED
TOP DOWN BOTTOM-UP
FOCUS ON PROCEDURES FOCUS ON DATA
PROGRAMS ARE DECOMPOSED INTO OBJECTS
INTO FUNCTIONS
allocation is done NEW OPERATOR
with malloc statement
UNOINS AND ENUMS AVALIABLE
ARE NOT AVALIABLE
DOES NOT PROVIDE PROVIDES
DEFAULT ARGUMENTS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Get me a number puzzle game-program
What is overriding in oops?
How do you define social class?
What does oop mean in snapchat?
How Do you Code Composition and Aggregation in C++ ?
What is a class and object?
Why interface is used?
program for insertion ,deletion,sorting in double link list
What is oops?what is its use in software engineering?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
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.
can we make game by using c
What is data binding in oops?
What is polymorphism and its types?
What are the 5 oop principles?