What is the difference between the C & C++?

Answer Posted / keerthi

c c++
c is procedure oriented
language c++ object oriented language

C is top to down approach C++ is bottom up approach

C doesnot supports
functionoverloading C++ supports

C is not more secure
C++ is more secure because
of encapulation
C does not related to whole
world entity
C++ relates whole world
entity

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.

6483


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1637


Why is polymorphism important in oop?

629


What is use of overloading?

604


What is the importance of oop?

607






Why is oop better than procedural?

602


Where You Can Use Interface in your Project

1423


officer say me - i am offered to a smoking , then what can you say

1578


What is encapsulation example?

545


What is the point of oop?

650


What is polymorphism what is it for and how is it used?

572


program for insertion ,deletion,sorting in double link list

2276


What is difference between polymorphism and inheritance?

617


write knight tour problem which is present in datastructure

2162


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

3825