Get Answers to all your Questions

header-bg qa

What is object oriented concept?

Answers (1)

best_answer

The object-oriented concept is a programming concept that includes inheritance, data binding, polymorphism, etc. 

This implements the real-world entity such as an object, classes, abstraction, inheritance, polymorphism, etc.

It uses class and object to provide these concepts. 

Some languages which use this concept are Java, C#, PHP, Python, C++, etc.

Posted by

Deependra Verma

View full answer