OBJECTS ORIENTED PROGRAMMING LANGUAGE:-
• The major motivation factor in the invention of object oriented approach is to remove some of the flaws(weak) encountered in the procedure approach.• OOP's treats data as a critical element in the program development and does not allows in to flow freely arround the system.
• It ties data more classy to the function that operate on it, and protiets it form accidentally modification from out side function.
• OOP allow decomposition of a problem in to a number of entity is called objects and then builts data and function arround this object.
• The organization of data and function in OOP is given in a figure.
• However objects of one object can be accessed the function of other object.
CONCEPT/ TECHNIC/ PRINCIPLE/ FUTURES OF OOP'S :-
• The concept of OOP'S are given below :-
1. Class
2. Object
3. Method
4. Encapsulation
5. Polymorphism
6. Inheritance
7. Dynamic binding
8. Message passing
9. Data abstraction


Comments
Post a Comment