Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OOABAP

Former Member
0 Likes
644

Why we are going for object oriented concepts in ABAP.Can any one tell me why we use OOPs concept in ABAP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
610

hi

advantages of oop over traditional programming:::

Easier to understand when the system is complex

Easy to make changes

Encapsulation - Can restrict the visibility of the data ( Restrict the access to the data )

Polymorphism - Identically named methods behave differently in different classes

Inheritance - You can use an existing class to define a new class

Polymorphism and inheritance lead to code reuse

regards

dinesh

hi

advantages of oop over traditional programming:::

Easier to understand when the system is complex

Easy to make changes

Encapsulation - Can restrict the visibility of the data ( Restrict the access to the data )

Polymorphism - Identically named methods behave differently in different classes

Inheritance - You can use an existing class to define a new class

Polymorphism and inheritance lead to code reuse

regards

dinesh

4 REPLIES 4
Read only

Former Member
Read only

Former Member
0 Likes
611

hi

advantages of oop over traditional programming:::

Easier to understand when the system is complex

Easy to make changes

Encapsulation - Can restrict the visibility of the data ( Restrict the access to the data )

Polymorphism - Identically named methods behave differently in different classes

Inheritance - You can use an existing class to define a new class

Polymorphism and inheritance lead to code reuse

regards

dinesh

Read only

anversha_s
Active Contributor
0 Likes
610

hi,

1. Inhertiance will reduce coding.

2. Polymorphism can be achived.

3. Code reusabilty is possible.

4. Code will be more modulirized.

Regards

Anversha

Read only

Former Member
0 Likes
610

hi can u go to the question of translate of smartform in hindi.

Thanks

Sanket