Differentiate between procedural and object oriented programming language. write an example for each in support of your answer.
Answers
Answered by
0
OOP programs are organized aroundobjects, which contain data and functions that operate on that data. ... The object is an instance of a class. The major features of OOP are dataabstraction, data encapsulation, inheritance and polymorphism.
Similar questions