Why is c++ not purely object oriented?


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

Post New Answer

More C++ General Interview Questions

Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


What is the first name of c++?

0 Answers  


How is modularity introduced in C++?

0 Answers   TCS,


What is the difference between mutex and binary semaphore?

0 Answers  


What are formatting flags in ios class?

0 Answers  






Explain the scope of resolution operator.

0 Answers  


What data encapsulation is in c++?

0 Answers  


Define the process of error-handling in case of constructor failure?

0 Answers  


What is the need of a destructor?

0 Answers  


Write the program form Armstrong no in c++?

11 Answers   HCL,


Can we delete this pointer in c++?

0 Answers  


Is c++ built on c?

0 Answers  


Categories