84K followers • Coding and Programming
Feb 21, 2022 • 1h 14m • 757 views
In this session, Sweta Kumari will cover Object oriented programming concepts in 60 minutes for absolute beginners. Object-oriented programming 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.