Ad Code

Responsive Advertisement

Report Abuse

Search This Blog

Follow us

top navigation

Tags

Followers

Sports News

[Content Marketing][recentmag]

Labels Cloud

Footer Logo

Tags

Advertisement

Responsive Advertisement

Labels List

Facebook

Popular Posts

recent posts

Content Marketing

[Content Marketing][recentmag]

About us

How accessories make you a better lover. 18 ways devices are completely overrated. Operating systems in 12 easy steps.

Fashion & Lifestyle

[Content Marketing][mag2]

Popular Posts

Skip to main content

Objects Oriented Programming Language

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.
• The data of an object can be accessed only by the function associated with that object.

• 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