Answer Posted / bhaskar.mantrala
I think c++ not only a oop but also procedure oriented
programming because c++ editor supports c program also and
c++ program can execute with out using of classes and
objects.So why we are calling c++ as oop..............
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is class invariant in c++?
How const int *ourpointer differs from int const *ourpointer?
What is the use of ::(scope resolution operator)?
What is the difference between global variables and static varables?
What is the type of 'this' pointer?
What is a storage class? Mention the storage classes in c++.
Why do we need pointers?
What is the best way to take screenshots of a window with c++ in windows?
Describe private, protected and public – the differences and give examples.
What new()is different from malloc()?
What is the difference between a pointer and a link in c ++?
what is scupper?
What is time h in c++?
What are single and multiple inheritances in c++?
What does std :: flush do?