Explain why C++ is not purely Object Oriented Language


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

Post New Answer

More C++ Interview Questions

Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.

0 Answers   Adobe,


Explain function prototypes in C++.

0 Answers   Aricent,


Explain encapsulation in C++.

0 Answers   Verifone,


What is Copy Constructor?

5 Answers   ABC, Siemens,


What is an abstract class?

5 Answers   Siemens,


How to delete array of objects in C++? Proof by C++ code for proper deletion

0 Answers  


Write a C++ Program to Display Number (Entered by the User).

1 Answers  


Write a program to read two numbers from the keyboard and display the larger value on the screen

1 Answers  


Explain the FOR loop with a help of a code.

0 Answers   Accenture,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


What are the fundamental features of an object-oriented language?

0 Answers   Accenture,


Categories