1 Answer - Sort by: Date | Rating
Object oriented programming is the most preferred programming technique now a day only due to the flexibility of re usability. Re usability is actually an attribute that makes the object oriented programming more flexible and attractive.
As this programming is based on objects. Object is actually a collection of data and functions that are used to operate on that data. These objects are defined as independent entities because the data inside each object represents the attributes of object and functions are used to change these attributes as required by a program.
These objects act just like spare parts of any program. Thus, they are not limited to any specific program; rather they can be used in more than one application as required.
These objects are defined as an independent entity in a program, and afterward they can be used in any other program that needs the same functionality. This reuse of objects helps in reducing the development time of programs.
This reuse also plays a basic role in inheritance that is a characteristic of object oriented programming.In inheritance, new objects are defined that inherit the existing objects and provide extended functionality as required. It means that if we require some new object that also needs some functionality of existing one's then it is easy to inherit the existing one instead of writing all the required code once again.
As this programming is based on objects. Object is actually a collection of data and functions that are used to operate on that data. These objects are defined as independent entities because the data inside each object represents the attributes of object and functions are used to change these attributes as required by a program.
These objects act just like spare parts of any program. Thus, they are not limited to any specific program; rather they can be used in more than one application as required.
These objects are defined as an independent entity in a program, and afterward they can be used in any other program that needs the same functionality. This reuse of objects helps in reducing the development time of programs.
This reuse also plays a basic role in inheritance that is a characteristic of object oriented programming.In inheritance, new objects are defined that inherit the existing objects and provide extended functionality as required. It means that if we require some new object that also needs some functionality of existing one's then it is easy to inherit the existing one instead of writing all the required code once again.
0
0
- In Which Process We Can Start Java?
- What Is Pointer Registers?
- What Is Relationship In Terms Of Dbms?
- How To Download Java IDE?
- What Is The Use Of Assembly Languages?
- Which Of The Following Statements About Referential Integrity?
- Will The Little Ma Mind Get The Ind Entity?
- What Is The Input Electric On A Dsi?
- Describe Hierarchical Database And It's Example?
- What Is Stack-based Programming Language?
- Why Is A Graphics Card Important In Graphic Design?
- What Are The Advantagem Of Database Management Approach To Organizing?
- Write A Program In C To Display Numbers From 1 To 9 And Their Square Roots?
- Why Does Integrating Flat File Data In A Database Improve Data Integrity?
- What Is Stored Procedure?
- What's The Differance Between Command Prompt & Ms-word?
- What Is Sequential?
- What Is A Factor String For 52?
- When Was Event Driven Programming Developed?
- What Is File And Type Of File?
- What Do Index Mean?
- How To Remember Stationary And Stationery?
- Write A C++ Program That Prints Out All The Prime Numbers From 0 To 20?
- How Do You Enable Javascript On Your Samsung R560 Messager 2?
- What Is Program Data Independence?
- Can You Define Classes Concept In Object-Oriented Programming?
- What Is Object Oriented Programming?
- What Is Object Oriented Programming Paradigm?
- What Makes Object Oriented Programming Different?
- Why Is Java Not A Pure Object Oriented Programming?
- What Is Object Oriented Programming And What Are Its Benefits N Disadvantages?
- What Are The Differences Between Object Oriented Programming And Generations Programming?
- What Is Difference Between Structure Programming And Object Oriented Programming?
- Why Is Java Called Object Oriented Programming Language?
- How Does Object Oriented Programming Differs From Structured Programming?Explain
- Can You Explain Why VB.Net Is An Object-Oriented Programming Language?

New Comment - Comments are editable for 5 min.