InterviewSolution
Saved Bookmarks
| 1. |
Q.write any two object oriented programming's principle. name any two object oriented programming and procedure oriented programming languages. |
|
Answer» Answer: ENCAPSULATION, Data Abstraction, Polymorphism and Inheritance. Explanation: Procedural programming is a programming paradigm, derived from STRUCTURED programming, based on the concept of the procedure CALL. PROCEDURES simply contain a series of computational steps to be carried out. |
|