Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Introduction to class in ABAP Objects

Go down

Introduction to class in ABAP Objects Empty Introduction to class in ABAP Objects

Post  Admin Sat Mar 31, 2012 11:12 pm


The main objective of OOP is to model real world entity, each real world entity can be
modeled by its characteristics and functionality .The real world entity when modeled into
OOP world is known as Class, characteristics as attributes and functionality as methods.

A class has two parts definition part and implementation part. In the definition part the
definition of the class components as well as visibility of components is done. And in the
implementation usually the method implementation is done.

Now the question comes what is an Object then? Well the answer to this is, Objects are
instance of a Class or in other words they are run time entities, in an object-oriented
system.

Admin
Admin

Posts : 92
Join date : 2012-01-26

https://mysaplab.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum