Tag

#oop

Concept of Object Oriented PRogramming

March 28, 2021

Introduction to Object-Oriented Programming In simple terms, an application is collection of objects which communicates each other. Real world entities like inheritance, polymorphism are aimed to implemented in…