Computer Science, asked by Srijaa7402, 1 year ago

What is object oriented programming? Explain the basic oops concept with examples

Answers

Answered by khushboo664
3

object oriented programming is a programming based on the concept of the object which can contain data in the form of a field and code ....

the basic concept of oop is that it allow users to create the object they want and then create a method to handle that object..

example---class

object

inheritance

encapsulation

abstractions

polymorphism....

this ans may be correct am not sure about this ans....

Similar questions