define any 5 basic concepts of oops
Answers
Answered by
1
Answer:
>>Object-oriented programming: As the name suggests, Object-Oriented Programming or OOPs refers to languages that uses objects in programming. >>The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.
>>Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism etc in programming.
I hope it helps.
Explanation:
Similar questions