why is c++ called oops? Explain


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

print first nodd numbers in descending order

7 Answers  


Describe private, protected and public – the differences and give examples.

0 Answers  


How does list r; differs from list r();?

0 Answers  


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

0 Answers  


Are strings mutable in c++?

0 Answers  


Can I learn c++ without learning c?

0 Answers  


Can a class be static in c++?

0 Answers  


Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,


What is tellg () in c++?

0 Answers  


What do you mean by translation unit?

0 Answers  


Out of fgets() and gets() which function is safe to use and why?

0 Answers  


Explain function overloading and operator overloading.

0 Answers  


Categories