2007 Jul 04 5:42 AM
Why we are going for object oriented concepts in ABAP.Can any one tell me why we use OOPs concept in ABAP
2007 Jul 04 5:45 AM
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
2007 Jul 04 5:44 AM
hi,
For Resusability purpose.
The object-oriented approach, however, focuses on objects that represent abstract or concrete things of the real world. These objects are first defined by their character and their properties which are represented by their internal structure and their attributes (data). The behaviour of these objects is described by methods (functionality).
refer these links
http://esnips.com/doc/92be4457-1b6e-4061-92e5-8e4b3a6e3239/Object-Oriented-ABAP.ppt
http://esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf
http://esnips.com/doc/0ef39d4b-586a-4637-abbb-e4f69d2d9307/SAP-CONTROLS-WORKSHOP.pdf
Basic concepts of OOPS
http://www.henrikfrank.dk/abapuk.html
OOPS ALV tutorial.
http://www.amazon.com/gp/explorer/0201750805/2/ref=pd_lpo_ase/102-9378020-8749710?ie=UTF8
Reward useful points
siva
Message was edited by:
SivaKumar
2007 Jul 04 5:45 AM
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
2007 Jul 04 5:48 AM
hi,
1. Inhertiance will reduce coding.
2. Polymorphism can be achived.
3. Code reusabilty is possible.
4. Code will be more modulirized.
Regards
Anversha
2007 Jul 04 5:53 AM
hi can u go to the question of translate of smartform in hindi.
Thanks
Sanket
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |