what is the main difference between c and c++?

Answer Posted / ketan

c is a topdown approach while c++ is bottom up approach

Is This Answer Correct ?    2018 Yes 307 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is destructor give example?

790


What is encapsulation example?

731


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.

890


What do you mean by Encapsulation?

794


why reinterpret cast is considered dangerous?

2080


What are the 5 oop principles?

810


Why do we use polymorphism in oops?

766


Why is oop useful?

796


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3798


What is the renewal class?

2394


can we make game by using c

3694


What is difference between abstraction and encapsulation?

791


What is interface in oop?

855


Templates mean

1809


explain sub-type and sub class? atleast u have differ it into 4 points?

2026