Microsoft interview question

what is oops and how it makes c++ different from c?

Interview Answer

Anonymous

4 Nov 2023

C is a Procedural Oriented language. It does not support object-oriented programming (OOP) features such as polymorphism, encapsulation, and inheritance programming. C++ is both a procedural and an object-oriented programming language. It supports OOP features such as polymorphism, encapsulation, and inheritance.