Is c++ a pure oop language?


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

Post New Answer

More C++ General Interview Questions

class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


What is this pointer in c++?

1 Answers  


What are abstract data types in c++?

0 Answers  


How to declare a function pointer?

0 Answers  


What is const in c++?

0 Answers  






Will the following program execute?

0 Answers  


Can a Structure contain a Pointer to itself?

0 Answers  


Comment on local and global scope of a variable.

0 Answers  


Can java be faster than c++?

0 Answers  


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

0 Answers  


What is lazy initialization in c++?

0 Answers  


What is encapsulation in c++?

0 Answers  


Categories