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
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is the auto keyword good for in c++?
Define what is constructor?
What is auto type c++?
How does list r; differs from list r();?
Why do we use constructor?
What is c++ array?
What is the difference between method overloading and method overriding in c++?
What is an arraylist c++?
Why #include is used?
What is class invariant in c++?
What is the use of typedef?
What is nested class in c++?
What is the use of ::(scope resolution operator)?
Why c++ is not a pure oop language?