Why c is called object oriented language?



Why c is called object oriented language?..

Answer / Shobhit Kumar Tripathi

Although C is primarily a procedural language, it provides some features that support OOP principles. Libraries like C++ and Objective-C built on top of C add full support for OOP, making C sometimes referred to as an early precursor or foundational language for object-oriented programming.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


Is c is a procedural language?

1 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


Where is c used?

1 Answers  


Why is sizeof () an operator and not a function?

1 Answers  


I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.

1 Answers  


create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  


What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


Is register a keyword in c?

1 Answers  


Explain logical errors? Compare with syntax errors.

1 Answers  


what is a static function

10 Answers   Satyam,


Explain what is the difference between functions abs() and fabs()?

1 Answers  


Categories