difference between Oop and EDP...please don't copy from Google...
Answers
Answered by
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
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