Persistent Systems Interview Question

What is oops ? and it's code implementation of its four pillars.

Interview Answer

Anonymous

Dec 22, 2022

Oops is an object oriented language that is used to make code reusability with the help of inheritance and it gave the user to bind the code with the help of encapsulation.