what is the main difference between c and c++?
Answer Posted / venkatrao
c is procedural programming language while c++ is object oriented language.The main difference is in c++ having reusability and security(because it is object oriented) while
c does not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pointer in oop?
What is an example of genetic polymorphism?
What is object in oops?
What type of loop is a for loop?
Why do we use oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
what are the ways in which a constructors can be called?
Can we define a class within the interface?
What is balance factor?
What is the difference between abstraction and polymorphism?
Why do we use class?
What is methods in oop?
Write a program to reverse a string using recursive function?
hi all..i want to know oops concepts clearly can any1 explain??
What is overriding in oop?