what is the main difference between c and c++?
Answer Posted / ramya
ABOUT (C)
-> C is a structured programming language.
-> C IS OBJECT based program that means C is also a object based application like structure and unions.
-> C does not support the C++ program.
-> C is a top to bottom programing.
->We can not do programs with the help of class, but programs through structure.
ABOUT(C++)
-> C++ is object oriented language that means entire application will be depending on object only.
-> C++ is the advance version of C.
-> C++ is a bottom to top programing.
->C++ support the C program.
->we can do programming through class in C++.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is balance factor?
Why is object oriented programming so hard?
Where You Can Use Interface in your Project
What is an interface in oop?
What is the difference between static polymorphism and dynamic polymorphism?
What is abstract class in oop?
What is overriding vs overloading?
What are the benefits of interface?
can inline function declare in private part of class?
What is polymorphism and its types?
Which language is not a true object oriented programming language?
What is encapsulation in ict?
when to use 'mutable' keyword and when to use 'const cast' in c++
Can a varargs method be overloaded?