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

Answer Posted / nmreddy

c is procedure oriented language c++ is object oriented language
c and c++ not secured data

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between inheritance and polymorphism?

583


What are the types of abstraction?

570


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1907


What is inheritance in simple words?

631


What is polymorphism and its types?

609






Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3859


Which language is not a true object oriented programming language?

652


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2019


Why do we use inheritance?

635


What do you mean by Encapsulation?

651


Can abstract class have normal methods?

624


What is object-oriented programming? Webopedia definition

737


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.

649


What is object and example?

612


What is a function in oop?

639