Application Development 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: 

differeniate oops & conventional programing

Former Member
0 Kudos

differeniate oops & conventional programing

2 REPLIES 2

Former Member
0 Kudos

<b>conventional programing</b> ->static ...... no instance because there is no need of object to carry the data it will fill the data in the static structure.

<b>Example :</b> you create a structure and use it

<b>Oops means -></b>Dynamic -which has instance because there is an object which carrys data to the class.

<b>Example :</b> you created only template as Class , Dynamically you decide which type of data to carry and what type of Implementation Does it require .

Reward points if it is usefull ....

Girish

uwe_schieferstein
Active Contributor
0 Kudos

Hello Sudharshan

You may have a look at my Wiki posting

<a href="https://wiki.sdn.sap.com/wiki/display/profile/2007/07/09/UnderstandingABAPObjects">Understanding ABAP Objects</a>

Regards

Uwe