what is the main difference between c and c++?
Answer Posted / srinath.r
c is a structure programmimg language. c is top down approach
whereas c++ is a object oriented programming language and
c++ is a bottom up approach
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is interface? When and where is it used?
What is inheritance in oop?
What do you mean by abstraction?
What are the benefits of oop?
What is polymorphism explain its types?
How to hide the base class functionality in Inheritance?
What is difference between abstraction and encapsulation?
What is protected in oop?
What is encapsulation and abstraction? How are they implemented in C++?
Templates mean
What is an example of genetic polymorphism?
Get me a number puzzle game-program
What is polymorphism give a real life example?
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 is abstraction in oops with example?