Computer Science, asked by Jahnvisingh11, 10 months ago

difference between Oop and EDP...please don't copy from Google...​

Answers

Answered by shaziarashidmalik13
1

Answer:

Object Oriented Programming (OOP) and Event-Driven Programming (EDP) are orthogonal, which means that they can be used together. ... The difference between OOP with / without EDP is control flow between objects. In OOP without EDP control moves from one object to another object on a method call.

Explanation:

It is written in my book

Answered by Anonymous
0

Answer:

Object Oriented Programming (OOP) and Event-Driven Programming (EDP) are orthogonal, which means that they can be used together. The difference between OOP with / without EDP is control flow between objects. In OOP without EDP control moves from one object to another object on a method call.

Similar questions