मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता ११

Write a note on the basic concepts that support OOPs? - Computer Science

Advertisements
Advertisements

प्रश्न

Write a note on the basic concepts that support OOPs?

थोडक्यात उत्तर

उत्तर

Object-Oriented Programming has been developed to overcome the drawbacks of procedural and modular programming. It is widely accepted that object-oriented programming is the most important and powerful way of creating software.

The Object-Oriented Programming approach mainly encourages:

  1. Modularization: where the program can be decomposed into modules.
  2. Software reuse: where a program can be composed of existing and new modules.

Main Features of Object-Oriented Programming:

  1. Data Abstraction.
  2. Encapsulation.
  3. Modularity.
  4. Inheritance.
  5. Polymorphism.

Encapsulation:
The mechanism by which the data and functions are bound together into a single unit is known as Encapsulation. It implements abstraction. Encapsulation is about binding the data variables and functions together in class. It can also be called data binding. Encapsulation is the most striking feature of a class.

The data is not accessible to the outside world, and only those functions which are wrapped in the class can access it. These functions provide the interface between the object’s data and the program. This encapsulation of data from direct access by the program is called data hiding or information hiding.

Data Abstraction:
Abstraction refers to showing only the essential features without revealing background details. Classes use the concept of abstraction to define a list of abstract attributes and function which operate on these attributes. They encapsulate all the essential properties of the object that are to be created. The attributes are called data members because they hold information. The functions that operate on these data are called methods or member functions.

Modularity:
Modularity is designing a system that is divided into a set of functional units (named modules) that can be composed into a larger application.

Inheritance:
Inheritance is the technique of building new classes (derived class) from an existing class (base class). The most important advantage of inheritance is code reusability.

Polymorphism:
Polymorphism is the ability of a message or function to be displayed in more than one form.

shaalaa.com
Basic Concepts of OOP
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 13: Introducton to Object Oriented Programming Techniques - Evaluation - Section - D [पृष्ठ २३२]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 11 TN Board
पाठ 13 Introducton to Object Oriented Programming Techniques
Evaluation - Section - D | Q 3. | पृष्ठ २३२
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×