Question d’entretien chez Salesforce

The interviewer asked me what do i mean by Object-Oriented Programming Principles?

Réponse à la question d'entretien

Utilisateur anonyme

6 janv. 2018

I started by first explaining what do we mean by objects(any real world entity which has certain state and behavior which in our programming concepts are called data-members and methods). Then I stated various OOP concepts like Abstraction,Encapsulation,Polymorphism,Inheritance,etc and explained each of them briefly.