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 do you mean by translation unit?
Why do we need constructors in c++?
Why is c++ called oops?
What is abstraction c++?
What is #include cmath?
What is a breakpoint?
Explain deep copy?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What does it mean to declare a member variable as static?
What is the difference between a declaration and a definition?
Explain how functions are classified in C++ ?
Why do we use using namespace std in c++?
How static variables and local variablesare similar and dissimilar?
Where do I find the current c or c++ standard documents?
Explain what data encapsulation is in c++?