asked 220k views
2 votes
it is possible to use some object-oriented programming principles in c even though the c programming language was developed before object-oriented programming. true false

asked
User Herminia
by
7.4k points

1 Answer

6 votes

Answer:

C is not designed to be OOP based, unlike c++, java, python, which all use object orientated programming. The fact C was designed prior to OOP further reinforces the idea that it is not fit for OOP, and therefore should not be used for such

Step-by-step explanation:

answered
User Pronevich
by
8.1k points

No related questions found