Describe the basic concept of oop paradigm
Answers
Answered by
2
“Paradigm” means “a model of something”. The Object-Oriented Paradigm is a way of looking at this Object-Oriented Programming model.
This model is based on “objects” only.
Objects have data stored in the form of “properties” (e.g, color, size ) and this data is modified using procedures called “methods”(e.g., drive(), stop(), start() for a car object)
The methods are triggered using an Event (e.g., Click, double Click, Mouse-move…).
Pls mark me as brainlist
Answered by
0
Object Oriented programming is a programming style which is associated with the concepts like class, object, Inheritance, Encapsulation, Abstraction, Polymorphism.
Similar questions