what is the main difference between c and c++?
Answer Posted / fdsgf
The main difference between c and c++ is that " C is a
structured programming language while C++ is an object
programming language and also we have templates in C++ that
is not the case in C
fdgd
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is overloading in oop?
What is object in oop with example?
How can you overcome the diamond problem in inheritance?
What is the importance of oop?
What is the full form of oops?
How long to learn object oriented programming?
What is stream in oop?
Can we define a class within the interface?
what is difference between class template and template class?
explain sub-type and sub class? atleast u have differ it into 4 points?
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 the drawback of classical methods in oops?
What is the point of polymorphism?
can inline function declare in private part of class?
What is a class and object?