Is c++ fully object oriented?


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

Post New Answer

More C++ General Interview Questions

What is data type in c++?

0 Answers  


What are c++ data types?

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

0 Answers  


can anybody please tell me how to write a program in c++,without using semicolon(;)

6 Answers   NIIT,






What is difference between rand () and srand ()?

0 Answers  


What is the purpose of templates in c++?

0 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


Can you Mention some Application of C/C++?

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


Explain shallow copy?

0 Answers  


What is c++ coding?

0 Answers  


Categories