Posts

Showing posts from April, 2022

OOPs Concepts

Image
  (5) OOPS CONCEPTS :-   Object-oriented programming – As the name suggests uses  objects  in programming. It aims to implement real-world entities like inheritance, hiding, polymorphism, etc 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.