what is the main difference between c and c++?
Answer Posted / vipin
c is the procedural oriented programming(POP).
But,
C++ is an object oriented programming(OOP).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use inheritance?
What is difference between polymorphism and inheritance?
Which language is pure oop?
Who invented oop?
Why do we use polymorphism?
What is class in oop with example?
Why do we use oop?
What are the data types in oop?
What is the main feature of oop?
How do you achieve runtime polymorphism?
What makes a language oop?
What is protected in 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?
is there any choice in opting subjects like 4 out of 7
write a C++ program for booking using constructor and destructor.