What is Object Modeling & Object Oriented Modeling Explained in Urdu / Hindi. #OOP #objectorientedprogramming #OOA #OOAD In today’s computer science information technology and software engineering core concept video series, I will explain (#URDU #HINDI )what is object Modelling and what is object oriented modelling with context to object oriented programming paradigm. Object oriented programming is a new paradigm to write computer programs in the form of real life objects interactions.
Before understanding what is OOP, the students of Computer Sciences and information technology must know about what is object orientation model and how these object oriented modelling is being carried out in object oriented analysis and design.
What is Object-Orientation?
It is a technique in which we visualize our programming problems in the form of objects and their interactions as happens in real life. Examples: We have different objects around us in our real life that interact with each other to perform different operations for example.
What is a Model?
A model is an abstraction of something real or conceptual. We need models to understand an aspect of reality.
What is Object Oriented Models:
In the context of programming models are used to understand the problem before starting developing it. We make Object Oriented models showing several interacting objects to understand a system given to us for implementation.