Is c++ fully object oriented?



Is c++ fully object oriented?..

Answer / Kumud Kumar Sharma

"Yes, C++ is an object-oriented programming language. It provides support for classes, objects, inheritance, polymorphism, and encapsulation, which are fundamental concepts of object-oriented programming."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Why iomanip is used in c++?

1 Answers  


Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.

0 Answers   An-Najah National University,


Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


Why we use #include conio h in c++?

1 Answers  


Describe linkages and types of linkages?

1 Answers  


Which one is a preferred language C or C++? Why?

1 Answers  


What is OOPs

12 Answers   CA,


What is the header file for setw?

1 Answers  


What is static function? Explain with an example

1 Answers  


Floating point representation and output seems to be compiler dependent?

1 Answers  


Explain binary search.

1 Answers  


What is object in c++ wikipedia?

1 Answers  


Categories