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

Answer Posted / bhoomi virani

c lang is procedure oriented programming in which we have
cann't have more flexibility because it follow sequence of
thing. where as, c++ is extended version of c and much use
now a day.

Is This Answer Correct ?    14 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a programe to calculate the simple intrest and compund intrest using by function overlading

1670


What is difference between class and object with example?

566


i got a backdoor offer in process global,Bangalore..Can i work with it?

2330


How do you answer polymorphism?

580


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

944






What is object in oop with example?

707


Why is polymorphism needed?

605


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.

635


Why do we use polymorphism in oops?

585


can inline function declare in private part of class?

3663


What is the purpose of enum?

585


What is new keyword in oops?

593


What is class in oop with example?

625


What do you mean by variable?

578


What is a class in oop?

608