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
Difference between delete and free.
Explain how the virtual base class is different from the conventional base classes of the opps.
Can non-public members of another instance of the class be retrieved by the method of the same class?
Please explain the reference variable in c++?
What is istream and ostream in c++?
Write a program to interchange 2 variables without using the third one.
What is pointer in c++ with example?
Are php strings immutable?
What is encapsulation in c++ with example?
What happens when you make call 'delete this;'?
Can user-defined object be declared as static data member of another class?
What is c++ array?
Which programming language is best to learn first?
What will the line of code below print out and why?
Is string data type in c++?